Html Css Color HEX #9EBECC Heather

📋 copy color: '#9EBECC'

red 158 ◦ green 190 ◦ blue 204

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

Shades of Heather #9EBECC

Tints of Heather #9EBECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.42%

 BLUE value IS 204 (80.08% from 255) = 36.96%

R = 28.62%
G = 34.42%
B = 36.96%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9EBECC (or 0x9EBECC) is known color: Heather. HEX triplet: 9E, BE and CC. RGB value is (158,190,204). Sum of RGB (Red+Green+Blue) = 158+190+204=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #9EBECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBECC is #614133. Grayscale: #B5B5B5. Windows color (decimal): -6373684 or 13418142. OLE color: 13418142.

HSL color Cylindrical-coordinate representation of color #9EBECC: hue angle of 198.26º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EBECC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 158 190 204 -
CMYK 0.23 0.07 0 0.2
HSL 198.26º 0.31% 0.71% -
HSV(B) 198.26º 0.23% 0.8% -
XYZ 43.41 48.46 64.19 -
YUV 182.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 158 190 204 0.23 0.07 0 0.2 198.26 0.31 0.71
Hex 9E BE CC 17 7 0 14 C6 1F 47
Octal 236 276 314 27 7 0 24 306 37 107
Binary 10011110 10111110 11001100 10111 111 0 10100 11000110 11111 1000111

Color Harmonies of #9EBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBECC

Black with #9EBECC

Text Example


Text Example

White with #9EBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,190,204); }

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

background-color css

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

 a { background-color: rgb(158,190,204); }

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

border-color css

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

 span { border-color: rgb(158,190,204); }

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