Html Css Color HEX #99ADCA Polo Blue

📋 copy color: '#99ADCA'

red 153 ◦ green 173 ◦ blue 202

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

Shades of Polo Blue #99ADCA

Tints of Polo Blue #99ADCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.26%

R = 28.98%
G = 32.77%
B = 38.26%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#99ADCA (or 0x99ADCA) is known color: Polo Blue. HEX triplet: 99, AD and CA. RGB value is (153,173,202). Sum of RGB (Red+Green+Blue) = 153+173+202=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #99ADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADCA is #665235. Grayscale: #AAAAAA. Windows color (decimal): -6705718 or 13282713. OLE color: 13282713.

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

Color convert

RGB 153 173 202 -
CMYK 0.24 0.14 0 0.21
HSL 215.51º 0.32% 0.7% -
HSV(B) 215.51º 0.24% 0.79% -
XYZ 38.74 40.92 61.73 -
YUV 170.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 153 173 202 0.24 0.14 0 0.21 215.51 0.32 0.7
Hex 99 AD CA 18 E 0 15 D8 20 46
Octal 231 255 312 30 16 0 25 330 40 106
Binary 10011001 10101101 11001010 11000 1110 0 10101 11011000 100000 1000110

Color Harmonies of #99ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADCA

Black with #99ADCA

Text Example


Text Example

White with #99ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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