#76A1C2

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

Shades of Polo Blue #76A1C2

Tints of Polo Blue #76A1C2

Color information

#76A1C2 (or 0x76A1C2) is unknown color: approx Polo Blue. HEX triplet: 76, A1 and C2. RGB value is (118,161,194). Sum of RGB (Red+Green+Blue) = 118+161+194=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #76A1C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A1C2 is #895E3D. Grayscale: #979797. Windows color (decimal): -9002558 or 12755318. OLE color: 12755318.

HSL color Cylindrical-coordinate representation of color #76A1C2: hue angle of 206.05º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76A1C2 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB118161194-
CMYK0.390.1700.24
HSL206.05º38.38%61.18%-
HSV(B)206.05º39.18%76.08%-
XYZ29.9533.2455.88-
YUV151.9151.75103.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.95%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 194 (76.17% from 255) = 41.01%
R=24.95%
G=34.04%
B=41.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181611940.390.1700.24206.0538.3861.18
Hex76A1C22711018ce263d
Octal16624130247210303164675
Binary111011010100001110000101001111000101100011001110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A1C2; }

 p { color: rgb(118,161,194); }

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

<style>
 a { background-color: #76A1C2; }

 a { background-color: rgb(118,161,194); }

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

<style>
 span { border-color: #76A1C2; }

 span { border-color: rgb(118,161,194); }

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