Html Css Color HEX #81AECD Polo Blue

📋 copy color: '#81AECD'

red 129 ◦ green 174 ◦ blue 205

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

Shades of Polo Blue #81AECD

Tints of Polo Blue #81AECD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.25%

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 25.39%
G = 34.25%
B = 40.35%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#81AECD (or 0x81AECD) is known color: Polo Blue. HEX triplet: 81, AE and CD. RGB value is (129,174,205). Sum of RGB (Red+Green+Blue) = 129+174+205=508 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.39% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #81AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AECD is #7E5132. Grayscale: #A3A3A3. Windows color (decimal): -8278323 or 13479553. OLE color: 13479553.

HSL color Cylindrical-coordinate representation of color #81AECD: hue angle of 204.47º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81AECD is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 174 205 -
CMYK 0.37 0.15 0 0.20
HSL 204.47º 0.43% 0.65% -
HSV(B) 204.47º 0.37% 0.8% -
XYZ 35.21 39.35 63.5 -
YUV 164.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 129 174 205 0.37 0.15 0 0.20 204.47 0.43 0.65
Hex 81 AE CD 25 F 0 14 CC 2B 41
Octal 201 256 315 45 17 0 24 314 53 101
Binary 10000001 10101110 11001101 100101 1111 0 10100 11001100 101011 1000001

Color Harmonies of #81AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AECD

Black with #81AECD

Text Example


Text Example

White with #81AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,174,205); }

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

background-color css

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

 a { background-color: rgb(129,174,205); }

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

border-color css

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

 span { border-color: rgb(129,174,205); }

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