#90CEB0

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

Shades of Vista Blue #90CEB0

Tints of Vista Blue #90CEB0

Color information

#90CEB0 (or 0x90CEB0) is unknown color: approx Vista Blue. HEX triplet: 90, CE and B0. RGB value is (144,206,176). Sum of RGB (Red+Green+Blue) = 144+206+176=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CEB0 is #6F314F. Grayscale: #B8B8B8. Windows color (decimal): -7287120 or 11587216. OLE color: 11587216.

HSL color Cylindrical-coordinate representation of color #90CEB0: hue angle of 150.97º 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 #90CEB0 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB144206176-
CMYK0.3000.150.19
HSL150.97º38.75%68.63%-
HSV(B)150.97º30.1%80.78%-
XYZ41.4153.2149.16-
YUV184.04123.4699.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.38%
GREEN value IS 206 (80.86% from 255) = 39.16%
BLUE value IS 176 (69.14% from 255) = 33.46%
R=27.38%
G=39.16%
B=33.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442061760.3000.150.19150.9738.7568.63
Hex90CEB01E0F13972745
Octal220316260360172322747105
Binary100100001100111010110000111100111110011100101111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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