Html Css Color HEX #90D8AB Vista Blue

📋 copy color: '#90D8AB'

red 144 ◦ green 216 ◦ blue 171

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

Shades of Vista Blue #90D8AB

Tints of Vista Blue #90D8AB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.68%

 BLUE value IS 171 (67.19% from 255) = 32.2%

R = 27.12%
G = 40.68%
B = 32.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#90D8AB (or 0x90D8AB) is known color: Vista Blue. HEX triplet: 90, D8 and AB. RGB value is (144,216,171). Sum of RGB (Red+Green+Blue) = 144+216+171=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #90D8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D8AB is #6F2754. Grayscale: #BDBDBD. Windows color (decimal): -7284565 or 11262096. OLE color: 11262096.

HSL color Cylindrical-coordinate representation of color #90D8AB: hue angle of 142.5º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D8AB is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 216 171 -
CMYK 0.33 0 0.21 0.15
HSL 142.5º 0.48% 0.71% -
HSV(B) 142.5º 0.33% 0.85% -
XYZ 43.41 57.98 47.43 -
YUV 189.34 117.65 95.66 -
System Red Green Blue C M Y K H S L
Decimal 144 216 171 0.33 0 0.21 0.15 142.5 0.48 0.71
Hex 90 D8 AB 21 0 15 F 8E 30 47
Octal 220 330 253 41 0 25 17 216 60 107
Binary 10010000 11011000 10101011 100001 0 10101 1111 10001110 110000 1000111

Color Harmonies of #90D8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D8AB

Black with #90D8AB

Text Example


Text Example

White with #90D8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,216,171); }

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

background-color css

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

 a { background-color: rgb(144,216,171); }

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

border-color css

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

 span { border-color: rgb(144,216,171); }

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