Html Css Color HEX #90EAB9 Vista Blue

📋 copy color: '#90EAB9'

red 144 ◦ green 234 ◦ blue 185

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

Shades of Vista Blue #90EAB9

Tints of Vista Blue #90EAB9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.56%

 BLUE value IS 185 (72.66% from 255) = 32.86%

R = 25.58%
G = 41.56%
B = 32.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#90EAB9 (or 0x90EAB9) is known color: Vista Blue. HEX triplet: 90, EA and B9. RGB value is (144,234,185). Sum of RGB (Red+Green+Blue) = 144+234+185=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #90EAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EAB9 is #6F1546. Grayscale: #C9C9C9. Windows color (decimal): -7279943 or 12184208. OLE color: 12184208.

HSL color Cylindrical-coordinate representation of color #90EAB9: hue angle of 147.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90EAB9 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 234 185 -
CMYK 0.38 0 0.21 0.08
HSL 147.33º 0.68% 0.74% -
HSV(B) 147.33º 0.38% 0.92% -
XYZ 49.68 68.28 56.46 -
YUV 201.5 118.68 86.98 -
System Red Green Blue C M Y K H S L
Decimal 144 234 185 0.38 0 0.21 0.08 147.33 0.68 0.74
Hex 90 EA B9 26 0 15 8 93 44 4A
Octal 220 352 271 46 0 25 10 223 104 112
Binary 10010000 11101010 10111001 100110 0 10101 1000 10010011 1000100 1001010

Color Harmonies of #90EAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EAB9

Black with #90EAB9

Text Example


Text Example

White with #90EAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,234,185); }

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

background-color css

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

 a { background-color: rgb(144,234,185); }

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

border-color css

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

 span { border-color: rgb(144,234,185); }

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