Html Css Color HEX #90EDAF Vista Blue

📋 copy color: '#90EDAF'

red 144 ◦ green 237 ◦ blue 175

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

Shades of Vista Blue #90EDAF

Tints of Vista Blue #90EDAF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.63%

 BLUE value IS 175 (68.75% from 255) = 31.47%

R = 25.9%
G = 42.63%
B = 31.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#90EDAF (or 0x90EDAF) is known color: Vista Blue. HEX triplet: 90, ED and AF. RGB value is (144,237,175). Sum of RGB (Red+Green+Blue) = 144+237+175=556 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.90% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #90EDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EDAF is #6F1250. Grayscale: #CACACA. Windows color (decimal): -7279185 or 11529616. OLE color: 11529616.

HSL color Cylindrical-coordinate representation of color #90EDAF: hue angle of 140º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EDAF is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 237 175 -
CMYK 0.39 0 0.26 0.07
HSL 140º 0.72% 0.75% -
HSV(B) 140º 0.39% 0.93% -
XYZ 49.52 69.59 51.38 -
YUV 202.13 112.69 86.54 -
System Red Green Blue C M Y K H S L
Decimal 144 237 175 0.39 0 0.26 0.07 140 0.72 0.75
Hex 90 ED AF 27 0 1A 7 8C 48 4B
Octal 220 355 257 47 0 32 7 214 110 113
Binary 10010000 11101101 10101111 100111 0 11010 111 10001100 1001000 1001011

Color Harmonies of #90EDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EDAF

Black with #90EDAF

Text Example


Text Example

White with #90EDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,237,175); }

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

background-color css

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

 a { background-color: rgb(144,237,175); }

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

border-color css

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

 span { border-color: rgb(144,237,175); }

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