#90CAAD

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

Shades of Vista Blue #90CAAD

Tints of Vista Blue #90CAAD

Color information

#90CAAD (or 0x90CAAD) is unknown color: approx Vista Blue. HEX triplet: 90, CA and AD. RGB value is (144,202,173). Sum of RGB (Red+Green+Blue) = 144+202+173=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #90CAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CAAD is #6F3552. Grayscale: #B5B5B5. Windows color (decimal): -7288147 or 11389584. OLE color: 11389584.

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

Color convert

RGB144202173-
CMYK0.2900.140.21
HSL150º35.37%67.84%-
HSV(B)150º28.71%79.22%-
XYZ40.1651.1947.3-
YUV181.35123.28101.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.75%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=27.75%
G=38.92%
B=33.33%

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
Decimal1442021730.2900.140.2115035.3767.84
Hex90CAAD1D0E15962344
Octal220312255350162522643104
Binary100100001100101010101101111010111010101100101101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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