Html Css Color HEX #90EEAF Vista Blue

📋 copy color: '#90EEAF'

red 144 ◦ green 238 ◦ blue 175

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

Shades of Vista Blue #90EEAF

Tints of Vista Blue #90EEAF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.73%

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

R = 25.85%
G = 42.73%
B = 31.42%

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

#90EEAF (or 0x90EEAF) is known color: Vista Blue. HEX triplet: 90, EE and AF. RGB value is (144,238,175). Sum of RGB (Red+Green+Blue) = 144+238+175=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EEAF is #6F1150. Grayscale: #CACACA. Windows color (decimal): -7278929 or 11529872. OLE color: 11529872.

HSL color Cylindrical-coordinate representation of color #90EEAF: hue angle of 139.79º degrees, saturation: 0.73, 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 #90EEAF is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 238 175 -
CMYK 0.39 0 0.26 0.07
HSL 139.79º 0.73% 0.75% -
HSV(B) 139.79º 0.39% 0.93% -
XYZ 49.81 70.17 51.48 -
YUV 202.71 112.36 86.12 -
System Red Green Blue C M Y K H S L
Decimal 144 238 175 0.39 0 0.26 0.07 139.79 0.73 0.75
Hex 90 EE AF 27 0 1A 7 8C 49 4B
Octal 220 356 257 47 0 32 7 214 111 113
Binary 10010000 11101110 10101111 100111 0 11010 111 10001100 1001001 1001011

Color Harmonies of #90EEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EEAF

Black with #90EEAF

Text Example


Text Example

White with #90EEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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