#90CAAE

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

Shades of Vista Blue #90CAAE

Tints of Vista Blue #90CAAE

Color information

#90CAAE (or 0x90CAAE) is unknown color: approx Vista Blue. HEX triplet: 90, CA and AE. RGB value is (144,202,174). Sum of RGB (Red+Green+Blue) = 144+202+174=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #90CAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CAAE is #6F3551. Grayscale: #B5B5B5. Windows color (decimal): -7288146 or 11455120. OLE color: 11455120.

HSL color Cylindrical-coordinate representation of color #90CAAE: hue angle of 151.03º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CAAE is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB144202174-
CMYK0.2900.140.21
HSL151.03º35.37%67.84%-
HSV(B)151.03º28.71%79.22%-
XYZ40.2651.2347.81-
YUV181.47123.78101.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.69%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=27.69%
G=38.85%
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.21
SystemRedGreenBlueCMYKHSL
Decimal1442021740.2900.140.21151.0335.3767.84
Hex90CAAE1D0E15972344
Octal220312256350162522743104
Binary100100001100101010101110111010111010101100101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,202,174); }

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

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

 a { background-color: rgb(144,202,174); }

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

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

 span { border-color: rgb(144,202,174); }

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