Html Css Color HEX #99B9CB Heather

📋 copy color: '#99B9CB'

red 153 ◦ green 185 ◦ blue 203

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

Shades of Heather #99B9CB

Tints of Heather #99B9CB

RGB

 RED value IS 153 (60.16% from 255) = 28.28%

 GREEN value IS 185 (72.66% from 255) = 34.2%

 BLUE value IS 203 (79.69% from 255) = 37.52%

R = 28.28%
G = 34.2%
B = 37.52%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#99B9CB (or 0x99B9CB) is known color: Heather. HEX triplet: 99, B9 and CB. RGB value is (153,185,203). Sum of RGB (Red+Green+Blue) = 153+185+203=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #99B9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9CB is #664634. Grayscale: #B1B1B1. Windows color (decimal): -6702645 or 13351321. OLE color: 13351321.

HSL color Cylindrical-coordinate representation of color #99B9CB: hue angle of 201.6º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99B9CB is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 185 203 -
CMYK 0.25 0.09 0 0.20
HSL 201.6º 0.32% 0.7% -
HSV(B) 201.6º 0.25% 0.8% -
XYZ 41.27 45.78 63.16 -
YUV 177.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 153 185 203 0.25 0.09 0 0.20 201.6 0.32 0.7
Hex 99 B9 CB 19 9 0 14 CA 20 46
Octal 231 271 313 31 11 0 24 312 40 106
Binary 10011001 10111001 11001011 11001 1001 0 10100 11001010 100000 1000110

Color Harmonies of #99B9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B9CB

Black with #99B9CB

Text Example


Text Example

White with #99B9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99B9CB;
 }
 .AnyTagClassName
 {
   color: #99B9CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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