#7AA8CE

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

Shades of Polo Blue #7AA8CE

Tints of Polo Blue #7AA8CE

Color information

#7AA8CE (or 0x7AA8CE) is unknown color: approx Polo Blue. HEX triplet: 7A, A8 and CE. RGB value is (122,168,206). Sum of RGB (Red+Green+Blue) = 122+168+206=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AA8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA8CE is #855731. Grayscale: #9E9E9E. Windows color (decimal): -8738610 or 13543546. OLE color: 13543546.

HSL color Cylindrical-coordinate representation of color #7AA8CE: hue angle of 207.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AA8CE is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122168206-
CMYK0.410.1800.19
HSL207.14º46.15%64.31%-
HSV(B)207.14º40.78%80.78%-
XYZ33.1736.663.71-
YUV158.58154.76101.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.60%
GREEN value IS 168 (66.02% from 255) = 33.87%
BLUE value IS 206 (80.86% from 255) = 41.53%
R=24.60%
G=33.87%
B=41.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221682060.410.1800.19207.1446.1564.31
Hex7AA8CE2912013cf2e40
Octal172250316512202331756100
Binary1111010101010001100111010100110010010011110011111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,168,206); }

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

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

 a { background-color: rgb(122,168,206); }

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

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

 span { border-color: rgb(122,168,206); }

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