#9EBBC8

Color #9EBBC8 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #9EBBC8

Tints of Heather #9EBBC8

Color information

#9EBBC8 (or 0x9EBBC8) is unknown color: approx Heather. HEX triplet: 9E, BB and C8. RGB value is (158,187,200). Sum of RGB (Red+Green+Blue) = 158+187+200=545 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.99% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 200 - color contains mainly: blue. Hex color #9EBBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBC8 is #614437. Grayscale: #B3B3B3. Windows color (decimal): -6374456 or 13155230. OLE color: 13155230.

HSL color Cylindrical-coordinate representation of color #9EBBC8: hue angle of 198.57º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EBBC8 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB158187200-
CMYK0.210.0600.22
HSL198.57º27.63%70.2%-
HSV(B)198.57º21%78.43%-
XYZ42.346.9861.48-
YUV179.81139.39112.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.99%
GREEN value IS 187 (73.44% from 255) = 34.31%
BLUE value IS 200 (78.52% from 255) = 36.70%
R=28.99%
G=34.31%
B=36.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1581872000.210.0600.22198.5727.6370.2
Hex9EBBC8156016c71c46
Octal23627331025602630734106
Binary1001111010111011110010001010111001011011000111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,187,200); }

 H1.HeaderClassName
 {
   color: #9EBBC8;
 }
 .AnyTagClassName
 {
   color: #9EBBC8;
 }
</style>
background-color css

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

 a { background-color: rgb(158,187,200); }

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

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

 span { border-color: rgb(158,187,200); }

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