#75A0C4

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

Shades of Polo Blue #75A0C4

Tints of Polo Blue #75A0C4

Color information

#75A0C4 (or 0x75A0C4) is unknown color: approx Polo Blue. HEX triplet: 75, A0 and C4. RGB value is (117,160,196). Sum of RGB (Red+Green+Blue) = 117+160+196=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #75A0C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A0C4 is #8A5F3B. Grayscale: #979797. Windows color (decimal): -9068348 or 12886133. OLE color: 12886133.

HSL color Cylindrical-coordinate representation of color #75A0C4: hue angle of 207.34º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75A0C4 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB117160196-
CMYK0.400.1800.23
HSL207.34º40.1%61.37%-
HSV(B)207.34º40.31%76.86%-
XYZ29.8732.9157-
YUV151.25153.25103.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.74%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 196 (76.95% from 255) = 41.44%
R=24.74%
G=33.83%
B=41.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1171601960.400.1800.23207.3440.161.37
Hex75A0C42812017cf283d
Octal16524030450220273175075
Binary111010110100000110001001010001001001011111001111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,160,196); }

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

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

 a { background-color: rgb(117,160,196); }

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

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

 span { border-color: rgb(117,160,196); }

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