#99B9CE

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

Shades of Heather #99B9CE

Tints of Heather #99B9CE

Color information

#99B9CE (or 0x99B9CE) is unknown color: approx Heather. HEX triplet: 99, B9 and CE. RGB value is (153,185,206). Sum of RGB (Red+Green+Blue) = 153+185+206=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #99B9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9CE is #664631. Grayscale: #B1B1B1. Windows color (decimal): -6702642 or 13547929. OLE color: 13547929.

HSL color Cylindrical-coordinate representation of color #99B9CE: hue angle of 203.77º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99B9CE is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153185206-
CMYK0.260.1000.19
HSL203.77º35.1%70.39%-
HSV(B)203.77º25.73%80.78%-
XYZ41.6345.9365.06-
YUV177.83143.9110.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.12%
GREEN value IS 185 (72.66% from 255) = 34.01%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=28.12%
G=34.01%
B=37.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531852060.260.1000.19203.7735.170.39
Hex99B9CE1AA013cc2346
Octal231271316321202331443106
Binary100110011011100111001110110101010010011110011001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B9CE; }

 p { color: rgb(153,185,206); }

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

<style>
 a { background-color: #99B9CE; }

 a { background-color: rgb(153,185,206); }

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

<style>
 span { border-color: #99B9CE; }

 span { border-color: rgb(153,185,206); }

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