#7FADCF

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

Shades of Polo Blue #7FADCF

Tints of Polo Blue #7FADCF

Color information

#7FADCF (or 0x7FADCF) is unknown color: approx Polo Blue. HEX triplet: 7F, AD and CF. RGB value is (127,173,207). Sum of RGB (Red+Green+Blue) = 127+173+207=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADCF is #805230. Grayscale: #A2A2A2. Windows color (decimal): -8409649 or 13610367. OLE color: 13610367.

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

Color convert

RGB127173207-
CMYK0.390.1600.19
HSL205.5º45.45%65.49%-
HSV(B)205.5º38.65%81.18%-
XYZ34.9638.964.7-
YUV163.12152.76102.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.05%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=25.05%
G=34.12%
B=40.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271732070.390.1600.19205.545.4565.49
Hex7FADCF2710013ce2d41
Octal177255317472002331655101
Binary1111111101011011100111110011110000010011110011101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,173,207); }

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

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

 a { background-color: rgb(127,173,207); }

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

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

 span { border-color: rgb(127,173,207); }

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