#75A1C3

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

Shades of Polo Blue #75A1C3

Tints of Polo Blue #75A1C3

Color information

#75A1C3 (or 0x75A1C3) is unknown color: approx Polo Blue. HEX triplet: 75, A1 and C3. RGB value is (117,161,195). Sum of RGB (Red+Green+Blue) = 117+161+195=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #75A1C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A1C3 is #8A5E3C. Grayscale: #979797. Windows color (decimal): -9068093 or 12820853. OLE color: 12820853.

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

Color convert

RGB117161195-
CMYK0.40.1700.24
HSL206.15º39.39%61.18%-
HSV(B)206.15º40%76.47%-
XYZ29.9333.2156.46-
YUV151.72152.42103.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.74%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 195 (76.56% from 255) = 41.23%
R=24.74%
G=34.04%
B=41.23%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171611950.40.1700.24206.1539.3961.18
Hex75A1C32811018ce273d
Octal16524130350210303164775
Binary111010110100001110000111010001000101100011001110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A1C3; }

 p { color: rgb(117,161,195); }

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

<style>
 a { background-color: #75A1C3; }

 a { background-color: rgb(117,161,195); }

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

<style>
 span { border-color: #75A1C3; }

 span { border-color: rgb(117,161,195); }

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