Html Css Color HEX #90DEAB Vista Blue

📋 copy color: '#90DEAB'

red 144 ◦ green 222 ◦ blue 171

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

Shades of Vista Blue #90DEAB

Tints of Vista Blue #90DEAB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.34%

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

R = 26.82%
G = 41.34%
B = 31.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#90DEAB (or 0x90DEAB) is known color: Vista Blue. HEX triplet: 90, DE and AB. RGB value is (144,222,171). Sum of RGB (Red+Green+Blue) = 144+222+171=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #90DEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DEAB is #6F2154. Grayscale: #C0C0C0. Windows color (decimal): -7283029 or 11263632. OLE color: 11263632.

HSL color Cylindrical-coordinate representation of color #90DEAB: hue angle of 140.77º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DEAB is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 222 171 -
CMYK 0.35 0 0.23 0.13
HSL 140.77º 0.54% 0.72% -
HSV(B) 140.77º 0.35% 0.87% -
XYZ 44.97 61.11 47.95 -
YUV 192.86 115.66 93.15 -
System Red Green Blue C M Y K H S L
Decimal 144 222 171 0.35 0 0.23 0.13 140.77 0.54 0.72
Hex 90 DE AB 23 0 17 D 8D 36 48
Octal 220 336 253 43 0 27 15 215 66 110
Binary 10010000 11011110 10101011 100011 0 10111 1101 10001101 110110 1001000

Color Harmonies of #90DEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DEAB

Black with #90DEAB

Text Example


Text Example

White with #90DEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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