#90CBA8

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

Shades of Vista Blue #90CBA8

Tints of Vista Blue #90CBA8

Color information

#90CBA8 (or 0x90CBA8) is unknown color: approx Vista Blue. HEX triplet: 90, CB and A8. RGB value is (144,203,168). Sum of RGB (Red+Green+Blue) = 144+203+168=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #90CBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CBA8 is #6F3457. Grayscale: #B5B5B5. Windows color (decimal): -7287896 or 11062160. OLE color: 11062160.

HSL color Cylindrical-coordinate representation of color #90CBA8: hue angle of 144.41º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CBA8 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB144203168-
CMYK0.2900.170.20
HSL144.41º36.2%68.04%-
HSV(B)144.41º29.06%79.61%-
XYZ39.9351.4744.88-
YUV181.37120.45101.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.96%
GREEN value IS 203 (79.69% from 255) = 39.42%
BLUE value IS 168 (66.02% from 255) = 32.62%
R=27.96%
G=39.42%
B=32.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1442031680.2900.170.20144.4136.268.04
Hex90CBA81D01114902444
Octal220313250350212422044104
Binary1001000011001011101010001110101000110100100100001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,203,168); }

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

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

 a { background-color: rgb(144,203,168); }

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

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

 span { border-color: rgb(144,203,168); }

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