Html Css Color HEX #9EEBBC Vista Blue

📋 copy color: '#9EEBBC'

red 158 ◦ green 235 ◦ blue 188

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

Shades of Vista Blue #9EEBBC

Tints of Vista Blue #9EEBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.36%

R = 27.19%
G = 40.45%
B = 32.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#9EEBBC (or 0x9EEBBC) is known color: Vista Blue. HEX triplet: 9E, EB and BC. RGB value is (158,235,188). Sum of RGB (Red+Green+Blue) = 158+235+188=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBBC is #611443. Grayscale: #CECECE. Windows color (decimal): -6362180 or 12381086. OLE color: 12381086.

HSL color Cylindrical-coordinate representation of color #9EEBBC: hue angle of 143.38º 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 #9EEBBC is Cyan = 0.33, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 235 188 -
CMYK 0.33 0 0.2 0.08
HSL 143.38º 0.66% 0.77% -
HSV(B) 143.38º 0.33% 0.92% -
XYZ 52.89 70.32 58.36 -
YUV 206.62 117.49 93.32 -
System Red Green Blue C M Y K H S L
Decimal 158 235 188 0.33 0 0.2 0.08 143.38 0.66 0.77
Hex 9E EB BC 21 0 14 8 8F 42 4D
Octal 236 353 274 41 0 24 10 217 102 115
Binary 10011110 11101011 10111100 100001 0 10100 1000 10001111 1000010 1001101

Color Harmonies of #9EEBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBBC

Black with #9EEBBC

Text Example


Text Example

White with #9EEBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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