Html Css Color HEX #81ACD2 Polo Blue

📋 copy color: '#81ACD2'

red 129 ◦ green 172 ◦ blue 210

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

Shades of Polo Blue #81ACD2

Tints of Polo Blue #81ACD2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.66%

 BLUE value IS 210 (82.42% from 255) = 41.1%

R = 25.24%
G = 33.66%
B = 41.1%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#81ACD2 (or 0x81ACD2) is known color: Polo Blue. HEX triplet: 81, AC and D2. RGB value is (129,172,210). Sum of RGB (Red+Green+Blue) = 129+172+210=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #81ACD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACD2 is #7E532D. Grayscale: #A3A3A3. Windows color (decimal): -8278830 or 13806721. OLE color: 13806721.

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

Color convert

RGB 129 172 210 -
CMYK 0.39 0.18 0 0.18
HSL 208.15º 0.47% 0.66% -
HSV(B) 208.15º 0.39% 0.82% -
XYZ 35.44 38.83 66.6 -
YUV 163.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 129 172 210 0.39 0.18 0 0.18 208.15 0.47 0.66
Hex 81 AC D2 27 12 0 12 D0 2F 42
Octal 201 254 322 47 22 0 22 320 57 102
Binary 10000001 10101100 11010010 100111 10010 0 10010 11010000 101111 1000010

Color Harmonies of #81ACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ACD2

Black with #81ACD2

Text Example


Text Example

White with #81ACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,172,210); }

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

background-color css

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

 a { background-color: rgb(129,172,210); }

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

border-color css

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

 span { border-color: rgb(129,172,210); }

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