Html Css Color HEX #81AFD1 Polo Blue

📋 copy color: '#81AFD1'

red 129 ◦ green 175 ◦ blue 209

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

Shades of Polo Blue #81AFD1

Tints of Polo Blue #81AFD1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.11%

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

R = 25.15%
G = 34.11%
B = 40.74%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#81AFD1 (or 0x81AFD1) is known color: Polo Blue. HEX triplet: 81, AF and D1. RGB value is (129,175,209). Sum of RGB (Red+Green+Blue) = 129+175+209=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #81AFD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFD1 is #7E502E. Grayscale: #A4A4A4. Windows color (decimal): -8278063 or 13741953. OLE color: 13741953.

HSL color Cylindrical-coordinate representation of color #81AFD1: hue angle of 205.5º 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 #81AFD1 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 175 209 -
CMYK 0.38 0.16 0 0.18
HSL 205.5º 0.47% 0.66% -
HSV(B) 205.5º 0.38% 0.82% -
XYZ 35.89 39.93 66.14 -
YUV 165.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 129 175 209 0.38 0.16 0 0.18 205.5 0.47 0.66
Hex 81 AF D1 26 10 0 12 CE 2F 42
Octal 201 257 321 46 20 0 22 316 57 102
Binary 10000001 10101111 11010001 100110 10000 0 10010 11001110 101111 1000010

Color Harmonies of #81AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AFD1

Black with #81AFD1

Text Example


Text Example

White with #81AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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