Html Css Color HEX #9CB8C9 Heather

📋 copy color: '#9CB8C9'

red 156 ◦ green 184 ◦ blue 201

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

Shades of Heather #9CB8C9

Tints of Heather #9CB8C9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.01%

 BLUE value IS 201 (78.91% from 255) = 37.15%

R = 28.84%
G = 34.01%
B = 37.15%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9CB8C9 (or 0x9CB8C9) is known color: Heather. HEX triplet: 9C, B8 and C9. RGB value is (156,184,201). Sum of RGB (Red+Green+Blue) = 156+184+201=541 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.84% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 201 - color contains mainly: blue. Hex color #9CB8C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB8C9 is #634736. Grayscale: #B1B1B1. Windows color (decimal): -6506295 or 13219996. OLE color: 13219996.

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

Color convert

RGB 156 184 201 -
CMYK 0.22 0.08 0 0.21
HSL 202.67º 0.29% 0.7% -
HSV(B) 202.67º 0.22% 0.79% -
XYZ 41.39 45.57 61.87 -
YUV 177.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 156 184 201 0.22 0.08 0 0.21 202.67 0.29 0.7
Hex 9C B8 C9 16 8 0 15 CB 1D 46
Octal 234 270 311 26 10 0 25 313 35 106
Binary 10011100 10111000 11001001 10110 1000 0 10101 11001011 11101 1000110

Color Harmonies of #9CB8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB8C9

Black with #9CB8C9

Text Example


Text Example

White with #9CB8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,184,201); }

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

background-color css

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

 a { background-color: rgb(156,184,201); }

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

border-color css

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

 span { border-color: rgb(156,184,201); }

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