Html Css Color HEX #99B9C9 Heather

📋 copy color: '#99B9C9'

red 153 ◦ green 185 ◦ blue 201

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

Shades of Heather #99B9C9

Tints of Heather #99B9C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.29%

R = 28.39%
G = 34.32%
B = 37.29%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#99B9C9 (or 0x99B9C9) is known color: Heather. HEX triplet: 99, B9 and C9. RGB value is (153,185,201). Sum of RGB (Red+Green+Blue) = 153+185+201=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 201 - color contains mainly: blue. Hex color #99B9C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9C9 is #664636. Grayscale: #B1B1B1. Windows color (decimal): -6702647 or 13220249. OLE color: 13220249.

HSL color Cylindrical-coordinate representation of color #99B9C9: hue angle of 200º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99B9C9 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 185 201 -
CMYK 0.24 0.08 0 0.21
HSL 200º 0.31% 0.69% -
HSV(B) 200º 0.24% 0.79% -
XYZ 41.03 45.69 61.91 -
YUV 177.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 153 185 201 0.24 0.08 0 0.21 200 0.31 0.69
Hex 99 B9 C9 18 8 0 15 C8 1F 45
Octal 231 271 311 30 10 0 25 310 37 105
Binary 10011001 10111001 11001001 11000 1000 0 10101 11001000 11111 1000101

Color Harmonies of #99B9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B9C9

Black with #99B9C9

Text Example


Text Example

White with #99B9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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