Html Css Color HEX #9FBACD Heather

📋 copy color: '#9FBACD'

red 159 ◦ green 186 ◦ blue 205

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

Shades of Heather #9FBACD

Tints of Heather #9FBACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.27%

R = 28.91%
G = 33.82%
B = 37.27%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9FBACD (or 0x9FBACD) is known color: Heather. HEX triplet: 9F, BA and CD. RGB value is (159,186,205). Sum of RGB (Red+Green+Blue) = 159+186+205=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FBACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBACD is #604532. Grayscale: #B3B3B3. Windows color (decimal): -6309171 or 13482655. OLE color: 13482655.

HSL color Cylindrical-coordinate representation of color #9FBACD: hue angle of 204.78º degrees, saturation: 0.32, 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 #9FBACD is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 186 205 -
CMYK 0.22 0.09 0 0.20
HSL 204.78º 0.32% 0.71% -
HSV(B) 204.78º 0.22% 0.8% -
XYZ 42.88 46.9 64.55 -
YUV 180.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 159 186 205 0.22 0.09 0 0.20 204.78 0.32 0.71
Hex 9F BA CD 16 9 0 14 CD 20 47
Octal 237 272 315 26 11 0 24 315 40 107
Binary 10011111 10111010 11001101 10110 1001 0 10100 11001101 100000 1000111

Color Harmonies of #9FBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBACD

Black with #9FBACD

Text Example


Text Example

White with #9FBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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