#9EBCCF

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

Shades of Heather #9EBCCF

Tints of Heather #9EBCCF

Color information

#9EBCCF (or 0x9EBCCF) is unknown color: approx Heather. HEX triplet: 9E, BC and CF. RGB value is (158,188,207). Sum of RGB (Red+Green+Blue) = 158+188+207=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #9EBCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBCCF is #614330. Grayscale: #B5B5B5. Windows color (decimal): -6374193 or 13614238. OLE color: 13614238.

HSL color Cylindrical-coordinate representation of color #9EBCCF: hue angle of 203.27º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9EBCCF is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB158188207-
CMYK0.240.0900.19
HSL203.27º33.79%71.57%-
HSV(B)203.27º23.67%81.18%-
XYZ43.3547.7465.96-
YUV181.2142.56111.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.57%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=28.57%
G=34.00%
B=37.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1581882070.240.0900.19203.2733.7971.57
Hex9EBCCF189013cb2248
Octal236274317301102331342110
Binary100111101011110011001111110001001010011110010111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,188,207); }

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

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

 a { background-color: rgb(158,188,207); }

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

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

 span { border-color: rgb(158,188,207); }

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