#9FBBD0

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

Shades of Heather #9FBBD0

Tints of Heather #9FBBD0

Color information

#9FBBD0 (or 0x9FBBD0) is unknown color: approx Heather. HEX triplet: 9F, BB and D0. RGB value is (159,187,208). Sum of RGB (Red+Green+Blue) = 159+187+208=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: blue. Hex color #9FBBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBD0 is #60442F. Grayscale: #B4B4B4. Windows color (decimal): -6308912 or 13679519. OLE color: 13679519.

HSL color Cylindrical-coordinate representation of color #9FBBD0: hue angle of 205.71º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FBBD0 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB159187208-
CMYK0.240.1000.18
HSL205.71º34.27%71.96%-
HSV(B)205.71º23.56%81.57%-
XYZ43.4547.4766.55-
YUV181.02143.22112.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.70%
GREEN value IS 187 (73.44% from 255) = 33.75%
BLUE value IS 208 (81.64% from 255) = 37.55%
R=28.70%
G=33.75%
B=37.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1591872080.240.1000.18205.7134.2771.96
Hex9FBBD018A012ce2248
Octal237273320301202231642110
Binary100111111011101111010000110001010010010110011101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,187,208); }

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

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

 a { background-color: rgb(159,187,208); }

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

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

 span { border-color: rgb(159,187,208); }

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