Html Css Color HEX #99ADC6 Polo Blue

📋 copy color: '#99ADC6'

red 153 ◦ green 173 ◦ blue 198

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

Shades of Polo Blue #99ADC6

Tints of Polo Blue #99ADC6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.02%

 BLUE value IS 198 (77.73% from 255) = 37.79%

R = 29.2%
G = 33.02%
B = 37.79%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#99ADC6 (or 0x99ADC6) is known color: Polo Blue. HEX triplet: 99, AD and C6. RGB value is (153,173,198). Sum of RGB (Red+Green+Blue) = 153+173+198=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 198 - color contains mainly: blue. Hex color #99ADC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADC6 is #665239. Grayscale: #A9A9A9. Windows color (decimal): -6705722 or 13020569. OLE color: 13020569.

HSL color Cylindrical-coordinate representation of color #99ADC6: hue angle of 213.33º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99ADC6 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 173 198 -
CMYK 0.23 0.13 0 0.22
HSL 213.33º 0.28% 0.69% -
HSV(B) 213.33º 0.23% 0.78% -
XYZ 38.27 40.74 59.27 -
YUV 169.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 153 173 198 0.23 0.13 0 0.22 213.33 0.28 0.69
Hex 99 AD C6 17 D 0 16 D5 1C 45
Octal 231 255 306 27 15 0 26 325 34 105
Binary 10011001 10101101 11000110 10111 1101 0 10110 11010101 11100 1000101

Color Harmonies of #99ADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADC6

Black with #99ADC6

Text Example


Text Example

White with #99ADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,173,198); }

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

background-color css

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

 a { background-color: rgb(153,173,198); }

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

border-color css

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

 span { border-color: rgb(153,173,198); }

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