#75A2C8

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

Shades of Polo Blue #75A2C8

Tints of Polo Blue #75A2C8

Color information

#75A2C8 (or 0x75A2C8) is unknown color: approx Polo Blue. HEX triplet: 75, A2 and C8. RGB value is (117,162,200). Sum of RGB (Red+Green+Blue) = 117+162+200=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 200 - color contains mainly: blue. Hex color #75A2C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A2C8 is #8A5D37. Grayscale: #989898. Windows color (decimal): -9067832 or 13148789. OLE color: 13148789.

HSL color Cylindrical-coordinate representation of color #75A2C8: hue angle of 207.47º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75A2C8 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB117162200-
CMYK0.420.1900.22
HSL207.47º43.01%62.16%-
HSV(B)207.47º41.5%78.43%-
XYZ30.6833.7959.55-
YUV152.88154.59102.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 200 (78.52% from 255) = 41.75%
R=24.43%
G=33.82%
B=41.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171622000.420.1900.22207.4743.0162.16
Hex75A2C82A13016cf2b3e
Octal16524231052230263175376
Binary111010110100010110010001010101001101011011001111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,162,200); }

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

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

 a { background-color: rgb(117,162,200); }

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

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

 span { border-color: rgb(117,162,200); }

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