#7FACCD

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

Shades of Polo Blue #7FACCD

Tints of Polo Blue #7FACCD

Color information

#7FACCD (or 0x7FACCD) is unknown color: approx Polo Blue. HEX triplet: 7F, AC and CD. RGB value is (127,172,205). Sum of RGB (Red+Green+Blue) = 127+172+205=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACCD is #805332. Grayscale: #A2A2A2. Windows color (decimal): -8409907 or 13479039. OLE color: 13479039.

HSL color Cylindrical-coordinate representation of color #7FACCD: hue angle of 205.38º degrees, saturation: 0.44, 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 #7FACCD is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB127172205-
CMYK0.380.1600.20
HSL205.38º43.82%65.1%-
HSV(B)205.38º38.05%80.39%-
XYZ34.5238.4263.35-
YUV162.31152.09102.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.20%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=25.20%
G=34.13%
B=40.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271722050.380.1600.20205.3843.8265.1
Hex7FACCD2610014cd2c41
Octal177254315462002431554101
Binary1111111101011001100110110011010000010100110011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,172,205); }

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

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

 a { background-color: rgb(127,172,205); }

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

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

 span { border-color: rgb(127,172,205); }

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