#7FABD1

Color #7FABD1 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #7FABD1

Tints of Polo Blue #7FABD1

Color information

#7FABD1 (or 0x7FABD1) is unknown color: approx Polo Blue. HEX triplet: 7F, AB and D1. RGB value is (127,171,209). Sum of RGB (Red+Green+Blue) = 127+171+209=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #7FABD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABD1 is #80542E. Grayscale: #A1A1A1. Windows color (decimal): -8410159 or 13740927. OLE color: 13740927.

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

Color convert

RGB127171209-
CMYK0.390.1800.18
HSL207.8º47.13%65.88%-
HSV(B)207.8º39.23%81.96%-
XYZ34.8238.2465.87-
YUV162.18154.42102.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.05%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 209 (82.03% from 255) = 41.22%
R=25.05%
G=33.73%
B=41.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1271712090.390.1800.18207.847.1365.88
Hex7FABD12712012d02f42
Octal177253321472202232057102
Binary1111111101010111101000110011110010010010110100001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FABD1; }

 p { color: rgb(127,171,209); }

 H1.HeaderClassName
 {
   color: #7FABD1;
 }
 .AnyTagClassName
 {
   color: #7FABD1;
 }
</style>
background-color css

<style>
 a { background-color: #7FABD1; }

 a { background-color: rgb(127,171,209); }

 div.DivClassName
 {
   background-color: #7FABD1;
 }
 .BgClassName
 {
   background-color: #7FABD1;
 }
</style>
border-color css

<style>
 span { border-color: #7FABD1; }

 span { border-color: rgb(127,171,209); }

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