#90CEAD

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

Shades of Vista Blue #90CEAD

Tints of Vista Blue #90CEAD

Color information

#90CEAD (or 0x90CEAD) is unknown color: approx Vista Blue. HEX triplet: 90, CE and AD. RGB value is (144,206,173). Sum of RGB (Red+Green+Blue) = 144+206+173=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CEAD is #6F3152. Grayscale: #B7B7B7. Windows color (decimal): -7287123 or 11390608. OLE color: 11390608.

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

Color convert

RGB144206173-
CMYK0.3000.160.19
HSL148.06º38.75%68.63%-
HSV(B)148.06º30.1%80.78%-
XYZ41.1253.0947.62-
YUV183.7121.9699.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.53%
GREEN value IS 206 (80.86% from 255) = 39.39%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=27.53%
G=39.39%
B=33.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442061730.3000.160.19148.0638.7568.63
Hex90CEAD1E01013942745
Octal220316255360202322447105
Binary1001000011001110101011011111001000010011100101001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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