#90CEAF

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

Shades of Vista Blue #90CEAF

Tints of Vista Blue #90CEAF

Color information

#90CEAF (or 0x90CEAF) is unknown color: approx Vista Blue. HEX triplet: 90, CE and AF. RGB value is (144,206,175). Sum of RGB (Red+Green+Blue) = 144+206+175=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CEAF is #6F3150. Grayscale: #B7B7B7. Windows color (decimal): -7287121 or 11521680. OLE color: 11521680.

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

Color convert

RGB144206175-
CMYK0.3000.150.19
HSL150º38.75%68.63%-
HSV(B)150º30.1%80.78%-
XYZ41.3153.1748.64-
YUV183.93122.9699.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.43%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=27.43%
G=39.24%
B=33.33%

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
Decimal1442061750.3000.150.1915038.7568.63
Hex90CEAF1E0F13962745
Octal220316257360172322647105
Binary100100001100111010101111111100111110011100101101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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