Html Css Color HEX #9EEBBD Vista Blue

📋 copy color: '#9EEBBD'

red 158 ◦ green 235 ◦ blue 189

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

Shades of Vista Blue #9EEBBD

Tints of Vista Blue #9EEBBD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.38%

 BLUE value IS 189 (74.22% from 255) = 32.47%

R = 27.15%
G = 40.38%
B = 32.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#9EEBBD (or 0x9EEBBD) is known color: Vista Blue. HEX triplet: 9E, EB and BD. RGB value is (158,235,189). Sum of RGB (Red+Green+Blue) = 158+235+189=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBBD is #611442. Grayscale: #CECECE. Windows color (decimal): -6362179 or 12446622. OLE color: 12446622.

HSL color Cylindrical-coordinate representation of color #9EEBBD: hue angle of 144.16º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEBBD is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 235 189 -
CMYK 0.33 0 0.20 0.08
HSL 144.16º 0.66% 0.77% -
HSV(B) 144.16º 0.33% 0.92% -
XYZ 52.99 70.36 58.93 -
YUV 206.73 117.99 93.24 -
System Red Green Blue C M Y K H S L
Decimal 158 235 189 0.33 0 0.20 0.08 144.16 0.66 0.77
Hex 9E EB BD 21 0 14 8 90 42 4D
Octal 236 353 275 41 0 24 10 220 102 115
Binary 10011110 11101011 10111101 100001 0 10100 1000 10010000 1000010 1001101

Color Harmonies of #9EEBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBBD

Black with #9EEBBD

Text Example


Text Example

White with #9EEBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,235,189); }

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

background-color css

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

 a { background-color: rgb(158,235,189); }

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

border-color css

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

 span { border-color: rgb(158,235,189); }

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