Html Css Color HEX #9EC4B0 Vista Blue

📋 copy color: '#9EC4B0'

red 158 ◦ green 196 ◦ blue 176

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

Shades of Vista Blue #9EC4B0

Tints of Vista Blue #9EC4B0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.98%

 BLUE value IS 176 (69.14% from 255) = 33.21%

R = 29.81%
G = 36.98%
B = 33.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#9EC4B0 (or 0x9EC4B0) is known color: Vista Blue. HEX triplet: 9E, C4 and B0. RGB value is (158,196,176). Sum of RGB (Red+Green+Blue) = 158+196+176=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC4B0 is #613B4F. Grayscale: #B6B6B6. Windows color (decimal): -6372176 or 11584670. OLE color: 11584670.

HSL color Cylindrical-coordinate representation of color #9EC4B0: hue angle of 148.42º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EC4B0 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 158 196 176 -
CMYK 0.19 0 0.10 0.23
HSL 148.42º 0.24% 0.69% -
HSV(B) 148.42º 0.19% 0.77% -
XYZ 41.68 49.88 48.51 -
YUV 182.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 158 196 176 0.19 0 0.10 0.23 148.42 0.24 0.69
Hex 9E C4 B0 13 0 A 17 94 18 45
Octal 236 304 260 23 0 12 27 224 30 105
Binary 10011110 11000100 10110000 10011 0 1010 10111 10010100 11000 1000101

Color Harmonies of #9EC4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC4B0

Black with #9EC4B0

Text Example


Text Example

White with #9EC4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,196,176); }

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

background-color css

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

 a { background-color: rgb(158,196,176); }

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

border-color css

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

 span { border-color: rgb(158,196,176); }

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