#7AA1C4

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

Shades of Polo Blue #7AA1C4

Tints of Polo Blue #7AA1C4

Color information

#7AA1C4 (or 0x7AA1C4) is unknown color: approx Polo Blue. HEX triplet: 7A, A1 and C4. RGB value is (122,161,196). Sum of RGB (Red+Green+Blue) = 122+161+196=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 196 - color contains mainly: blue. Hex color #7AA1C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA1C4 is #855E3B. Grayscale: #999999. Windows color (decimal): -8740412 or 12886394. OLE color: 12886394.

HSL color Cylindrical-coordinate representation of color #7AA1C4: hue angle of 208.38º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AA1C4 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB122161196-
CMYK0.380.1800.23
HSL208.38º38.54%62.35%-
HSV(B)208.38º37.76%76.86%-
XYZ30.7333.6157.09-
YUV153.33152.08105.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.47%
GREEN value IS 161 (63.28% from 255) = 33.61%
BLUE value IS 196 (76.95% from 255) = 40.92%
R=25.47%
G=33.61%
B=40.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221611960.380.1800.23208.3838.5462.35
Hex7AA1C42612017d0273e
Octal17224130446220273204776
Binary111101010100001110001001001101001001011111010000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AA1C4; }

 p { color: rgb(122,161,196); }

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

<style>
 a { background-color: #7AA1C4; }

 a { background-color: rgb(122,161,196); }

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

<style>
 span { border-color: #7AA1C4; }

 span { border-color: rgb(122,161,196); }

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