Html Css Color HEX #9BBCCC Heather

📋 copy color: '#9BBCCC'

red 155 ◦ green 188 ◦ blue 204

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

Shades of Heather #9BBCCC

Tints of Heather #9BBCCC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.37%

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

R = 28.34%
G = 34.37%
B = 37.29%

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

#9BBCCC (or 0x9BBCCC) is known color: Heather. HEX triplet: 9B, BC and CC. RGB value is (155,188,204). Sum of RGB (Red+Green+Blue) = 155+188+204=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BBCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCCC is #644333. Grayscale: #B3B3B3. Windows color (decimal): -6570804 or 13417627. OLE color: 13417627.

HSL color Cylindrical-coordinate representation of color #9BBCCC: hue angle of 199.59º 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 #9BBCCC is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 188 204 -
CMYK 0.24 0.08 0 0.2
HSL 199.59º 0.32% 0.7% -
HSV(B) 199.59º 0.24% 0.8% -
XYZ 42.4 47.29 64.02 -
YUV 179.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 155 188 204 0.24 0.08 0 0.2 199.59 0.32 0.7
Hex 9B BC CC 18 8 0 14 C8 20 46
Octal 233 274 314 30 10 0 24 310 40 106
Binary 10011011 10111100 11001100 11000 1000 0 10100 11001000 100000 1000110

Color Harmonies of #9BBCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCCC

Black with #9BBCCC

Text Example


Text Example

White with #9BBCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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