Html Css Color HEX #81ADD1 Polo Blue

📋 copy color: '#81ADD1'

red 129 ◦ green 173 ◦ blue 209

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

Shades of Polo Blue #81ADD1

Tints of Polo Blue #81ADD1

RGB

 RED value IS 129 (50.78% from 255) = 25.24%

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

 BLUE value IS 209 (82.03% from 255) = 40.9%

R = 25.24%
G = 33.86%
B = 40.9%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#81ADD1 (or 0x81ADD1) is known color: Polo Blue. HEX triplet: 81, AD and D1. RGB value is (129,173,209). Sum of RGB (Red+Green+Blue) = 129+173+209=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #81ADD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADD1 is #7E522E. Grayscale: #A3A3A3. Windows color (decimal): -8278575 or 13741441. OLE color: 13741441.

HSL color Cylindrical-coordinate representation of color #81ADD1: hue angle of 207º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81ADD1 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 173 209 -
CMYK 0.38 0.17 0 0.18
HSL 207º 0.47% 0.66% -
HSV(B) 207º 0.38% 0.82% -
XYZ 35.51 39.16 66.01 -
YUV 163.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 129 173 209 0.38 0.17 0 0.18 207 0.47 0.66
Hex 81 AD D1 26 11 0 12 CF 2F 42
Octal 201 255 321 46 21 0 22 317 57 102
Binary 10000001 10101101 11010001 100110 10001 0 10010 11001111 101111 1000010

Color Harmonies of #81ADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ADD1

Black with #81ADD1

Text Example


Text Example

White with #81ADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81ADD1; }

 p { color: rgb(129,173,209); }

 H1.HeaderClassName
 {
   color: #81ADD1;
 }
 .AnyTagClassName
 {
   color: #81ADD1;
 }
</style>

background-color css

<style>
 a { background-color: #81ADD1; }

 a { background-color: rgb(129,173,209); }

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

border-color css

<style>
 span { border-color: #81ADD1; }

 span { border-color: rgb(129,173,209); }

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