Html Css Color HEX #9CB9CE Heather

📋 copy color: '#9CB9CE'

red 156 ◦ green 185 ◦ blue 206

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

Shades of Heather #9CB9CE

Tints of Heather #9CB9CE

RGB

 RED value IS 156 (61.33% from 255) = 28.52%

 GREEN value IS 185 (72.66% from 255) = 33.82%

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 28.52%
G = 33.82%
B = 37.66%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9CB9CE (or 0x9CB9CE) is known color: Heather. HEX triplet: 9C, B9 and CE. RGB value is (156,185,206). Sum of RGB (Red+Green+Blue) = 156+185+206=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #9CB9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB9CE is #634631. Grayscale: #B2B2B2. Windows color (decimal): -6506034 or 13547932. OLE color: 13547932.

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

Color convert

RGB 156 185 206 -
CMYK 0.24 0.10 0 0.19
HSL 205.2º 0.34% 0.71% -
HSV(B) 205.2º 0.24% 0.81% -
XYZ 42.2 46.22 65.09 -
YUV 178.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 156 185 206 0.24 0.10 0 0.19 205.2 0.34 0.71
Hex 9C B9 CE 18 A 0 13 CD 22 47
Octal 234 271 316 30 12 0 23 315 42 107
Binary 10011100 10111001 11001110 11000 1010 0 10011 11001101 100010 1000111

Color Harmonies of #9CB9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB9CE

Black with #9CB9CE

Text Example


Text Example

White with #9CB9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,185,206); }

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

background-color css

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

 a { background-color: rgb(156,185,206); }

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

border-color css

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

 span { border-color: rgb(156,185,206); }

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