Html Css Color HEX #9EECBD Vista Blue

📋 copy color: '#9EECBD'

red 158 ◦ green 236 ◦ blue 189

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

Shades of Vista Blue #9EECBD

Tints of Vista Blue #9EECBD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.48%

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

R = 27.1%
G = 40.48%
B = 32.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#9EECBD (or 0x9EECBD) is known color: Vista Blue. HEX triplet: 9E, EC and BD. RGB value is (158,236,189). Sum of RGB (Red+Green+Blue) = 158+236+189=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECBD is #611342. Grayscale: #CFCFCF. Windows color (decimal): -6361923 or 12446878. OLE color: 12446878.

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

Color convert

RGB 158 236 189 -
CMYK 0.33 0 0.20 0.07
HSL 143.85º 0.67% 0.77% -
HSV(B) 143.85º 0.33% 0.93% -
XYZ 53.28 70.93 59.03 -
YUV 207.32 117.66 92.82 -
System Red Green Blue C M Y K H S L
Decimal 158 236 189 0.33 0 0.20 0.07 143.85 0.67 0.77
Hex 9E EC BD 21 0 14 7 90 43 4D
Octal 236 354 275 41 0 24 7 220 103 115
Binary 10011110 11101100 10111101 100001 0 10100 111 10010000 1000011 1001101

Color Harmonies of #9EECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECBD

Black with #9EECBD

Text Example


Text Example

White with #9EECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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