Html Css Color HEX #9EECBA Vista Blue

📋 copy color: '#9EECBA'

red 158 ◦ green 236 ◦ blue 186

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

Shades of Vista Blue #9EECBA

Tints of Vista Blue #9EECBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.07%

R = 27.24%
G = 40.69%
B = 32.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#9EECBA (or 0x9EECBA) is known color: Vista Blue. HEX triplet: 9E, EC and BA. RGB value is (158,236,186). Sum of RGB (Red+Green+Blue) = 158+236+186=580 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.24% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECBA is #611345. Grayscale: #CFCFCF. Windows color (decimal): -6361926 or 12250270. OLE color: 12250270.

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

Color convert

RGB 158 236 186 -
CMYK 0.33 0 0.21 0.07
HSL 141.54º 0.67% 0.77% -
HSV(B) 141.54º 0.33% 0.93% -
XYZ 52.96 70.81 57.33 -
YUV 206.98 116.16 93.07 -
System Red Green Blue C M Y K H S L
Decimal 158 236 186 0.33 0 0.21 0.07 141.54 0.67 0.77
Hex 9E EC BA 21 0 15 7 8E 43 4D
Octal 236 354 272 41 0 25 7 216 103 115
Binary 10011110 11101100 10111010 100001 0 10101 111 10001110 1000011 1001101

Color Harmonies of #9EECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECBA

Black with #9EECBA

Text Example


Text Example

White with #9EECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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