#90CDAE

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

Shades of Vista Blue #90CDAE

Tints of Vista Blue #90CDAE

Color information

#90CDAE (or 0x90CDAE) is unknown color: approx Vista Blue. HEX triplet: 90, CD and AE. RGB value is (144,205,174). Sum of RGB (Red+Green+Blue) = 144+205+174=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CDAE is #6F3251. Grayscale: #B7B7B7. Windows color (decimal): -7287378 or 11455888. OLE color: 11455888.

HSL color Cylindrical-coordinate representation of color #90CDAE: hue angle of 149.51º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CDAE is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB144205174-
CMYK0.3000.150.20
HSL149.51º37.89%68.43%-
HSV(B)149.51º29.76%80.39%-
XYZ40.9752.6548.05-
YUV183.23122.79100.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.53%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=27.53%
G=39.20%
B=33.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1442051740.3000.150.20149.5137.8968.43
Hex90CDAE1E0F14962644
Octal220315256360172422646104
Binary100100001100110110101110111100111110100100101101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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