Html Css Color HEX #9ECAB4 Vista Blue

📋 copy color: '#9ECAB4'

red 158 ◦ green 202 ◦ blue 180

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

Shades of Vista Blue #9ECAB4

Tints of Vista Blue #9ECAB4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.41%

 BLUE value IS 180 (70.7% from 255) = 33.33%

R = 29.26%
G = 37.41%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#9ECAB4 (or 0x9ECAB4) is known color: Vista Blue. HEX triplet: 9E, CA and B4. RGB value is (158,202,180). Sum of RGB (Red+Green+Blue) = 158+202+180=540 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.26% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECAB4 is #61354B. Grayscale: #BABABA. Windows color (decimal): -6370636 or 11848350. OLE color: 11848350.

HSL color Cylindrical-coordinate representation of color #9ECAB4: hue angle of 150º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9ECAB4 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 202 180 -
CMYK 0.22 0 0.11 0.21
HSL 150º 0.29% 0.71% -
HSV(B) 150º 0.22% 0.79% -
XYZ 43.46 52.81 51.08 -
YUV 186.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 158 202 180 0.22 0 0.11 0.21 150 0.29 0.71
Hex 9E CA B4 16 0 B 15 96 1D 47
Octal 236 312 264 26 0 13 25 226 35 107
Binary 10011110 11001010 10110100 10110 0 1011 10101 10010110 11101 1000111

Color Harmonies of #9ECAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECAB4

Black with #9ECAB4

Text Example


Text Example

White with #9ECAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,202,180); }

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

background-color css

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

 a { background-color: rgb(158,202,180); }

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

border-color css

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

 span { border-color: rgb(158,202,180); }

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