#9FBCCE

Color #9FBCCE Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #9FBCCE

Tints of Heather #9FBCCE

Color information

#9FBCCE (or 0x9FBCCE) is unknown color: approx Heather. HEX triplet: 9F, BC and CE. RGB value is (159,188,206). Sum of RGB (Red+Green+Blue) = 159+188+206=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FBCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCCE is #604331. Grayscale: #B5B5B5. Windows color (decimal): -6308658 or 13548703. OLE color: 13548703.

HSL color Cylindrical-coordinate representation of color #9FBCCE: hue angle of 202.98º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FBCCE is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB159188206-
CMYK0.230.0900.19
HSL202.98º32.41%71.57%-
HSV(B)202.98º22.82%80.78%-
XYZ43.4247.7965.33-
YUV181.38141.89112.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.75%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=28.75%
G=34.00%
B=37.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591882060.230.0900.19202.9832.4171.57
Hex9FBCCE179013cb2048
Octal237274316271102331340110
Binary100111111011110011001110101111001010011110010111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,188,206); }

 H1.HeaderClassName
 {
   color: #9FBCCE;
 }
 .AnyTagClassName
 {
   color: #9FBCCE;
 }
</style>
background-color css

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

 a { background-color: rgb(159,188,206); }

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

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

 span { border-color: rgb(159,188,206); }

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