#7FABCC

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

Shades of Polo Blue #7FABCC

Tints of Polo Blue #7FABCC

Color information

#7FABCC (or 0x7FABCC) is unknown color: approx Polo Blue. HEX triplet: 7F, AB and CC. RGB value is (127,171,204). Sum of RGB (Red+Green+Blue) = 127+171+204=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABCC is #805433. Grayscale: #A1A1A1. Windows color (decimal): -8410164 or 13413247. OLE color: 13413247.

HSL color Cylindrical-coordinate representation of color #7FABCC: hue angle of 205.71º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FABCC is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB127171204-
CMYK0.380.1600.2
HSL205.71º43.02%64.9%-
HSV(B)205.71º37.75%80%-
XYZ34.213862.66-
YUV161.61151.92103.32-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.30%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=25.30%
G=34.06%
B=40.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1271712040.380.1600.2205.7143.0264.9
Hex7FABCC2610014ce2b41
Octal177253314462002431653101
Binary1111111101010111100110010011010000010100110011101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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