Html Css Color HEX #9EE4B4 Vista Blue

📋 copy color: '#9EE4B4'

red 158 ◦ green 228 ◦ blue 180

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

Shades of Vista Blue #9EE4B4

Tints of Vista Blue #9EE4B4

RGB

 RED value IS 158 (62.11% from 255) = 27.92%

 GREEN value IS 228 (89.45% from 255) = 40.28%

 BLUE value IS 180 (70.7% from 255) = 31.8%

R = 27.92%
G = 40.28%
B = 31.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#9EE4B4 (or 0x9EE4B4) is known color: Vista Blue. HEX triplet: 9E, E4 and B4. RGB value is (158,228,180). Sum of RGB (Red+Green+Blue) = 158+228+180=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE4B4 is #611B4B. Grayscale: #C9C9C9. Windows color (decimal): -6363980 or 11855006. OLE color: 11855006.

HSL color Cylindrical-coordinate representation of color #9EE4B4: hue angle of 138.86º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE4B4 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 158 228 180 -
CMYK 0.31 0 0.21 0.11
HSL 138.86º 0.56% 0.76% -
HSV(B) 138.86º 0.31% 0.89% -
XYZ 50.08 66.05 53.29 -
YUV 201.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 158 228 180 0.31 0 0.21 0.11 138.86 0.56 0.76
Hex 9E E4 B4 1F 0 15 B 8B 38 4C
Octal 236 344 264 37 0 25 13 213 70 114
Binary 10011110 11100100 10110100 11111 0 10101 1011 10001011 111000 1001100

Color Harmonies of #9EE4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE4B4

Black with #9EE4B4

Text Example


Text Example

White with #9EE4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EE4B4; }

 p { color: rgb(158,228,180); }

 H1.HeaderClassName
 {
   color: #9EE4B4;
 }
 .AnyTagClassName
 {
   color: #9EE4B4;
 }
</style>

background-color css

<style>
 a { background-color: #9EE4B4; }

 a { background-color: rgb(158,228,180); }

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

border-color css

<style>
 span { border-color: #9EE4B4; }

 span { border-color: rgb(158,228,180); }

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