#75A2CB

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

Shades of Polo Blue #75A2CB

Tints of Polo Blue #75A2CB

Color information

#75A2CB (or 0x75A2CB) is unknown color: approx Polo Blue. HEX triplet: 75, A2 and CB. RGB value is (117,162,203). Sum of RGB (Red+Green+Blue) = 117+162+203=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #75A2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A2CB is #8A5D34. Grayscale: #999999. Windows color (decimal): -9067829 or 13345397. OLE color: 13345397.

HSL color Cylindrical-coordinate representation of color #75A2CB: hue angle of 208.6º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75A2CB is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117162203-
CMYK0.420.2000.20
HSL208.6º45.26%62.75%-
HSV(B)208.6º42.36%79.61%-
XYZ31.0433.9361.41-
YUV153.22156.09102.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.27%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=24.27%
G=33.61%
B=42.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171622030.420.2000.20208.645.2662.75
Hex75A2CB2A14014d12d3f
Octal16524231352240243215577
Binary111010110100010110010111010101010001010011010001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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