Html Css Color HEX #9BBBCC Heather

📋 copy color: '#9BBBCC'

red 155 ◦ green 187 ◦ blue 204

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

Shades of Heather #9BBBCC

Tints of Heather #9BBBCC

RGB

 RED value IS 155 (60.94% from 255) = 28.39%

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

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

R = 28.39%
G = 34.25%
B = 37.36%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9BBBCC (or 0x9BBBCC) is known color: Heather. HEX triplet: 9B, BB and CC. RGB value is (155,187,204). Sum of RGB (Red+Green+Blue) = 155+187+204=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BBBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBCC is #644433. Grayscale: #B3B3B3. Windows color (decimal): -6571060 or 13417371. OLE color: 13417371.

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

Color convert

RGB 155 187 204 -
CMYK 0.24 0.08 0 0.2
HSL 200.82º 0.32% 0.7% -
HSV(B) 200.82º 0.24% 0.8% -
XYZ 42.19 46.87 63.95 -
YUV 179.37 141.9 110.62 -
System Red Green Blue C M Y K H S L
Decimal 155 187 204 0.24 0.08 0 0.2 200.82 0.32 0.7
Hex 9B BB CC 18 8 0 14 C9 20 46
Octal 233 273 314 30 10 0 24 311 40 106
Binary 10011011 10111011 11001100 11000 1000 0 10100 11001001 100000 1000110

Color Harmonies of #9BBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBBCC

Black with #9BBBCC

Text Example


Text Example

White with #9BBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,187,204); }

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

background-color css

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

 a { background-color: rgb(155,187,204); }

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

border-color css

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

 span { border-color: rgb(155,187,204); }

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