Html Css Color HEX #81AECF Polo Blue

📋 copy color: '#81AECF'

red 129 ◦ green 174 ◦ blue 207

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

Shades of Polo Blue #81AECF

Tints of Polo Blue #81AECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 25.29%
G = 34.12%
B = 40.59%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#81AECF (or 0x81AECF) is known color: Polo Blue. HEX triplet: 81, AE and CF. RGB value is (129,174,207). Sum of RGB (Red+Green+Blue) = 129+174+207=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #81AECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AECF is #7E5130. Grayscale: #A4A4A4. Windows color (decimal): -8278321 or 13610625. OLE color: 13610625.

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

Color convert

RGB 129 174 207 -
CMYK 0.38 0.16 0 0.19
HSL 205.38º 0.45% 0.66% -
HSV(B) 205.38º 0.38% 0.81% -
XYZ 35.45 39.44 64.78 -
YUV 164.31 152.09 102.82 -
System Red Green Blue C M Y K H S L
Decimal 129 174 207 0.38 0.16 0 0.19 205.38 0.45 0.66
Hex 81 AE CF 26 10 0 13 CD 2D 42
Octal 201 256 317 46 20 0 23 315 55 102
Binary 10000001 10101110 11001111 100110 10000 0 10011 11001101 101101 1000010

Color Harmonies of #81AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AECF

Black with #81AECF

Text Example


Text Example

White with #81AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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