Html Css Color HEX #90EAAD Vista Blue

📋 copy color: '#90EAAD'

red 144 ◦ green 234 ◦ blue 173

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

Shades of Vista Blue #90EAAD

Tints of Vista Blue #90EAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.4%

R = 26.13%
G = 42.47%
B = 31.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#90EAAD (or 0x90EAAD) is known color: Vista Blue. HEX triplet: 90, EA and AD. RGB value is (144,234,173). Sum of RGB (Red+Green+Blue) = 144+234+173=551 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.13% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #90EAAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EAAD is #6F1552. Grayscale: #C8C8C8. Windows color (decimal): -7279955 or 11397776. OLE color: 11397776.

HSL color Cylindrical-coordinate representation of color #90EAAD: hue angle of 139.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 #90EAAD is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 234 173 -
CMYK 0.38 0 0.26 0.08
HSL 139.33º 0.68% 0.74% -
HSV(B) 139.33º 0.38% 0.92% -
XYZ 48.47 67.79 50.07 -
YUV 200.14 112.68 87.96 -
System Red Green Blue C M Y K H S L
Decimal 144 234 173 0.38 0 0.26 0.08 139.33 0.68 0.74
Hex 90 EA AD 26 0 1A 8 8B 44 4A
Octal 220 352 255 46 0 32 10 213 104 112
Binary 10010000 11101010 10101101 100110 0 11010 1000 10001011 1000100 1001010

Color Harmonies of #90EAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EAAD

Black with #90EAAD

Text Example


Text Example

White with #90EAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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