Html Css Color HEX #81AECE Polo Blue

📋 copy color: '#81AECE'

red 129 ◦ green 174 ◦ blue 206

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

Shades of Polo Blue #81AECE

Tints of Polo Blue #81AECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 25.34%
G = 34.18%
B = 40.47%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#81AECE (or 0x81AECE) is known color: Polo Blue. HEX triplet: 81, AE and CE. RGB value is (129,174,206). Sum of RGB (Red+Green+Blue) = 129+174+206=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #81AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AECE is #7E5131. Grayscale: #A4A4A4. Windows color (decimal): -8278322 or 13545089. OLE color: 13545089.

HSL color Cylindrical-coordinate representation of color #81AECE: hue angle of 204.94º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81AECE is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 174 206 -
CMYK 0.37 0.16 0 0.19
HSL 204.94º 0.44% 0.66% -
HSV(B) 204.94º 0.37% 0.81% -
XYZ 35.33 39.4 64.13 -
YUV 164.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 129 174 206 0.37 0.16 0 0.19 204.94 0.44 0.66
Hex 81 AE CE 25 10 0 13 CD 2C 42
Octal 201 256 316 45 20 0 23 315 54 102
Binary 10000001 10101110 11001110 100101 10000 0 10011 11001101 101100 1000010

Color Harmonies of #81AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AECE

Black with #81AECE

Text Example


Text Example

White with #81AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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