#90CEB2

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

Shades of Vista Blue #90CEB2

Tints of Vista Blue #90CEB2

Color information

#90CEB2 (or 0x90CEB2) is unknown color: approx Vista Blue. HEX triplet: 90, CE and B2. RGB value is (144,206,178). Sum of RGB (Red+Green+Blue) = 144+206+178=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CEB2 is #6F314D. Grayscale: #B8B8B8. Windows color (decimal): -7287118 or 11718288. OLE color: 11718288.

HSL color Cylindrical-coordinate representation of color #90CEB2: hue angle of 152.9º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CEB2 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB144206178-
CMYK0.3000.140.19
HSL152.9º38.75%68.63%-
HSV(B)152.9º30.1%80.78%-
XYZ41.6153.2950.21-
YUV184.27124.4699.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.27%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=27.27%
G=39.02%
B=33.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442061780.3000.140.19152.938.7568.63
Hex90CEB21E0E13992745
Octal220316262360162323147105
Binary100100001100111010110010111100111010011100110011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,206,178); }

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

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

 a { background-color: rgb(144,206,178); }

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

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

 span { border-color: rgb(144,206,178); }

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