#90EFBA

Color #90EFBA Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #90EFBA

Tints of Vista Blue #90EFBA

Color information

#90EFBA (or 0x90EFBA) is unknown color: approx Vista Blue. HEX triplet: 90, EF and BA. RGB value is (144,239,186). Sum of RGB (Red+Green+Blue) = 144+239+186=569 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.31% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFBA is #6F1045. Grayscale: #CCCCCC. Windows color (decimal): -7278662 or 12251024. OLE color: 12251024.

HSL color Cylindrical-coordinate representation of color #90EFBA: hue angle of 146.53º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFBA is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB144239186-
CMYK0.4000.220.06
HSL146.53º74.8%75.1%-
HSV(B)146.53º39.75%93.73%-
XYZ51.2371.2157.5-
YUV204.55117.5384.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 25.31%
GREEN value IS 239 (93.75% from 255) = 42.00%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=25.31%
G=42.00%
B=32.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1442391860.4000.220.06146.5374.875.1
Hex90EFBA280166934b4b
Octal220357272500266223113113
Binary1001000011101111101110101010000101101101001001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90EFBA; }

 p { color: rgb(144,239,186); }

 H1.HeaderClassName
 {
   color: #90EFBA;
 }
 .AnyTagClassName
 {
   color: #90EFBA;
 }
</style>
background-color css

<style>
 a { background-color: #90EFBA; }

 a { background-color: rgb(144,239,186); }

 div.DivClassName
 {
   background-color: #90EFBA;
 }
 .BgClassName
 {
   background-color: #90EFBA;
 }
</style>
border-color css

<style>
 span { border-color: #90EFBA; }

 span { border-color: rgb(144,239,186); }

 td.TdClassName
 {
   border-color: #90EFBA;
 }
 .TagClassName
 {
   border-color: #90EFBA;
 }
</style>