#90CCAF

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

Shades of Vista Blue #90CCAF

Tints of Vista Blue #90CCAF

Color information

#90CCAF (or 0x90CCAF) is unknown color: approx Vista Blue. HEX triplet: 90, CC and AF. RGB value is (144,204,175). Sum of RGB (Red+Green+Blue) = 144+204+175=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #90CCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CCAF is #6F3350. Grayscale: #B6B6B6. Windows color (decimal): -7287633 or 11521168. OLE color: 11521168.

HSL color Cylindrical-coordinate representation of color #90CCAF: hue angle of 151º degrees, saturation: 0.37, 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 #90CCAF is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB144204175-
CMYK0.2900.140.2
HSL151º37.04%68.24%-
HSV(B)151º29.41%80%-
XYZ40.8352.2148.48-
YUV182.75123.62100.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.53%
GREEN value IS 204 (80.08% from 255) = 39.01%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=27.53%
G=39.01%
B=33.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1442041750.2900.140.215137.0468.24
Hex90CCAF1D0E14972544
Octal220314257350162422745104
Binary100100001100110010101111111010111010100100101111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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