#9EB5C9

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

Shades of Heather #9EB5C9

Tints of Heather #9EB5C9

Color information

#9EB5C9 (or 0x9EB5C9) is unknown color: approx Heather. HEX triplet: 9E, B5 and C9. RGB value is (158,181,201). Sum of RGB (Red+Green+Blue) = 158+181+201=540 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.26% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 201 - color contains mainly: blue. Hex color #9EB5C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB5C9 is #614A36. Grayscale: #B0B0B0. Windows color (decimal): -6375991 or 13219230. OLE color: 13219230.

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

Color convert

RGB158181201-
CMYK0.210.1000.21
HSL207.91º28.48%70.39%-
HSV(B)207.91º21.39%78.82%-
XYZ41.1744.5361.68-
YUV176.4141.88114.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.26%
GREEN value IS 181 (71.09% from 255) = 33.52%
BLUE value IS 201 (78.91% from 255) = 37.22%
R=29.26%
G=33.52%
B=37.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581812010.210.1000.21207.9128.4870.39
Hex9EB5C915A015d01c46
Octal236265311251202532034106
Binary10011110101101011100100110101101001010111010000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,181,201); }

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

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

 a { background-color: rgb(158,181,201); }

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

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

 span { border-color: rgb(158,181,201); }

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