Html Css Color HEX #90CEAA Vista Blue

📋 copy color: '#90CEAA'

red 144 ◦ green 206 ◦ blue 170

#90CEAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #90CEAA

Tints of Vista Blue #90CEAA

RGB

 RED value IS 144 (56.64% from 255) = 27.69%

 GREEN value IS 206 (80.86% from 255) = 39.62%

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 27.69%
G = 39.62%
B = 32.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#90CEAA (or 0x90CEAA) is known color: Vista Blue. HEX triplet: 90, CE and AA. RGB value is (144,206,170). Sum of RGB (Red+Green+Blue) = 144+206+170=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CEAA is #6F3155. Grayscale: #B7B7B7. Windows color (decimal): -7287126 or 11194000. OLE color: 11194000.

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

Color convert

RGB 144 206 170 -
CMYK 0.30 0 0.17 0.19
HSL 145.16º 0.39% 0.69% -
HSV(B) 145.16º 0.3% 0.81% -
XYZ 40.83 52.97 46.1 -
YUV 183.36 120.46 99.93 -
System Red Green Blue C M Y K H S L
Decimal 144 206 170 0.30 0 0.17 0.19 145.16 0.39 0.69
Hex 90 CE AA 1E 0 11 13 91 27 45
Octal 220 316 252 36 0 21 23 221 47 105
Binary 10010000 11001110 10101010 11110 0 10001 10011 10010001 100111 1000101

Color Harmonies of #90CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CEAA

Black with #90CEAA

Text Example


Text Example

White with #90CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90CEAA;
 }
 .AnyTagClassName
 {
   color: #90CEAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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