Html Css Color HEX #7AA6CE Polo Blue

📋 copy color: '#7AA6CE'

red 122 ◦ green 166 ◦ blue 206

#7AA6CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #7AA6CE

Tints of Polo Blue #7AA6CE

RGB

 RED value IS 122 (48.05% from 255) = 24.7%

 GREEN value IS 166 (65.23% from 255) = 33.6%

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 24.7%
G = 33.6%
B = 41.7%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7AA6CE (or 0x7AA6CE) is known color: Polo Blue. HEX triplet: 7A, A6 and CE. RGB value is (122,166,206). Sum of RGB (Red+Green+Blue) = 122+166+206=494 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.70% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AA6CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA6CE is #855931. Grayscale: #9D9D9D. Windows color (decimal): -8739122 or 13543034. OLE color: 13543034.

HSL color Cylindrical-coordinate representation of color #7AA6CE: hue angle of 208.57º 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 #7AA6CE is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 166 206 -
CMYK 0.41 0.19 0 0.19
HSL 208.57º 0.46% 0.64% -
HSV(B) 208.57º 0.41% 0.81% -
XYZ 32.8 35.87 63.59 -
YUV 157.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 122 166 206 0.41 0.19 0 0.19 208.57 0.46 0.64
Hex 7A A6 CE 29 13 0 13 D1 2E 40
Octal 172 246 316 51 23 0 23 321 56 100
Binary 1111010 10100110 11001110 101001 10011 0 10011 11010001 101110 1000000

Color Harmonies of #7AA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA6CE

Black with #7AA6CE

Text Example


Text Example

White with #7AA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AA6CE;
 }
 .AnyTagClassName
 {
   color: #7AA6CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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