#7DABCF

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

Shades of Polo Blue #7DABCF

Tints of Polo Blue #7DABCF

Color information

#7DABCF (or 0x7DABCF) is unknown color: approx Polo Blue. HEX triplet: 7D, AB and CF. RGB value is (125,171,207). Sum of RGB (Red+Green+Blue) = 125+171+207=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DABCF is #825430. Grayscale: #A1A1A1. Windows color (decimal): -8541233 or 13609853. OLE color: 13609853.

HSL color Cylindrical-coordinate representation of color #7DABCF: hue angle of 206.34º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DABCF is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125171207-
CMYK0.400.1700.19
HSL206.34º46.07%65.1%-
HSV(B)206.34º39.61%81.18%-
XYZ34.2837.9964.56-
YUV161.35153.76102.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.85%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=24.85%
G=34.00%
B=41.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251712070.400.1700.19206.3446.0765.1
Hex7DABCF2811013ce2e41
Octal175253317502102331656101
Binary1111101101010111100111110100010001010011110011101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,171,207); }

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

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

 a { background-color: rgb(125,171,207); }

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

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

 span { border-color: rgb(125,171,207); }

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