Html Css Color HEX #9FBACC Heather

📋 copy color: '#9FBACC'

red 159 ◦ green 186 ◦ blue 204

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

Shades of Heather #9FBACC

Tints of Heather #9FBACC

RGB

 RED value IS 159 (62.5% from 255) = 28.96%

 GREEN value IS 186 (73.05% from 255) = 33.88%

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

R = 28.96%
G = 33.88%
B = 37.16%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9FBACC (or 0x9FBACC) is known color: Heather. HEX triplet: 9F, BA and CC. RGB value is (159,186,204). Sum of RGB (Red+Green+Blue) = 159+186+204=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBACC is #604533. Grayscale: #B3B3B3. Windows color (decimal): -6309172 or 13417119. OLE color: 13417119.

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

Color convert

RGB 159 186 204 -
CMYK 0.22 0.09 0 0.2
HSL 204º 0.31% 0.71% -
HSV(B) 204º 0.22% 0.8% -
XYZ 42.76 46.85 63.92 -
YUV 179.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 159 186 204 0.22 0.09 0 0.2 204 0.31 0.71
Hex 9F BA CC 16 9 0 14 CC 1F 47
Octal 237 272 314 26 11 0 24 314 37 107
Binary 10011111 10111010 11001100 10110 1001 0 10100 11001100 11111 1000111

Color Harmonies of #9FBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBACC

Black with #9FBACC

Text Example


Text Example

White with #9FBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,186,204); }

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

background-color css

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

 a { background-color: rgb(159,186,204); }

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

border-color css

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

 span { border-color: rgb(159,186,204); }

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