Html Css Color HEX #9CBBD1 Heather

📋 copy color: '#9CBBD1'

red 156 ◦ green 187 ◦ blue 209

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

Shades of Heather #9CBBD1

Tints of Heather #9CBBD1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.88%

 BLUE value IS 209 (82.03% from 255) = 37.86%

R = 28.26%
G = 33.88%
B = 37.86%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9CBBD1 (or 0x9CBBD1) is known color: Heather. HEX triplet: 9C, BB and D1. RGB value is (156,187,209). Sum of RGB (Red+Green+Blue) = 156+187+209=552 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.26% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #9CBBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBD1 is #63442E. Grayscale: #B4B4B4. Windows color (decimal): -6505519 or 13745052. OLE color: 13745052.

HSL color Cylindrical-coordinate representation of color #9CBBD1: hue angle of 204.91º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CBBD1 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 187 209 -
CMYK 0.25 0.11 0 0.18
HSL 204.91º 0.37% 0.72% -
HSV(B) 204.91º 0.25% 0.82% -
XYZ 42.99 47.21 67.17 -
YUV 180.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 156 187 209 0.25 0.11 0 0.18 204.91 0.37 0.72
Hex 9C BB D1 19 B 0 12 CD 25 48
Octal 234 273 321 31 13 0 22 315 45 110
Binary 10011100 10111011 11010001 11001 1011 0 10010 11001101 100101 1001000

Color Harmonies of #9CBBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBBD1

Black with #9CBBD1

Text Example


Text Example

White with #9CBBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,187,209); }

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

background-color css

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

 a { background-color: rgb(156,187,209); }

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

border-color css

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

 span { border-color: rgb(156,187,209); }

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