Html Css Color HEX #9CB7CC Heather

📋 copy color: '#9CB7CC'

red 156 ◦ green 183 ◦ blue 204

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

Shades of Heather #9CB7CC

Tints of Heather #9CB7CC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.7%

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

R = 28.73%
G = 33.7%
B = 37.57%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9CB7CC (or 0x9CB7CC) is known color: Heather. HEX triplet: 9C, B7 and CC. RGB value is (156,183,204). Sum of RGB (Red+Green+Blue) = 156+183+204=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CB7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB7CC is #634833. Grayscale: #B1B1B1. Windows color (decimal): -6506548 or 13416348. OLE color: 13416348.

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

Color convert

RGB 156 183 204 -
CMYK 0.24 0.10 0 0.2
HSL 206.25º 0.32% 0.71% -
HSV(B) 206.25º 0.24% 0.8% -
XYZ 41.54 45.29 63.68 -
YUV 177.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 156 183 204 0.24 0.10 0 0.2 206.25 0.32 0.71
Hex 9C B7 CC 18 A 0 14 CE 20 47
Octal 234 267 314 30 12 0 24 316 40 107
Binary 10011100 10110111 11001100 11000 1010 0 10100 11001110 100000 1000111

Color Harmonies of #9CB7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB7CC

Black with #9CB7CC

Text Example


Text Example

White with #9CB7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,183,204); }

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

background-color css

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

 a { background-color: rgb(156,183,204); }

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

border-color css

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

 span { border-color: rgb(156,183,204); }

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