Html Css Color HEX #9ECBB2 Vista Blue

📋 copy color: '#9ECBB2'

red 158 ◦ green 203 ◦ blue 178

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

Shades of Vista Blue #9ECBB2

Tints of Vista Blue #9ECBB2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.66%

 BLUE value IS 178 (69.92% from 255) = 33.02%

R = 29.31%
G = 37.66%
B = 33.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#9ECBB2 (or 0x9ECBB2) is known color: Vista Blue. HEX triplet: 9E, CB and B2. RGB value is (158,203,178). Sum of RGB (Red+Green+Blue) = 158+203+178=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECBB2 is #61344D. Grayscale: #BABABA. Windows color (decimal): -6370382 or 11717534. OLE color: 11717534.

HSL color Cylindrical-coordinate representation of color #9ECBB2: hue angle of 146.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9ECBB2 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 203 178 -
CMYK 0.22 0 0.12 0.20
HSL 146.67º 0.3% 0.71% -
HSV(B) 146.67º 0.22% 0.8% -
XYZ 43.49 53.2 50.09 -
YUV 186.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 158 203 178 0.22 0 0.12 0.20 146.67 0.3 0.71
Hex 9E CB B2 16 0 C 14 93 1E 47
Octal 236 313 262 26 0 14 24 223 36 107
Binary 10011110 11001011 10110010 10110 0 1100 10100 10010011 11110 1000111

Color Harmonies of #9ECBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECBB2

Black with #9ECBB2

Text Example


Text Example

White with #9ECBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,203,178); }

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

background-color css

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

 a { background-color: rgb(158,203,178); }

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

border-color css

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

 span { border-color: rgb(158,203,178); }

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