Html Css Color HEX #7AA6CB Polo Blue

📋 copy color: '#7AA6CB'

red 122 ◦ green 166 ◦ blue 203

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

Shades of Polo Blue #7AA6CB

Tints of Polo Blue #7AA6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 24.85%
G = 33.81%
B = 41.34%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7AA6CB (or 0x7AA6CB) is known color: Polo Blue. HEX triplet: 7A, A6 and CB. RGB value is (122,166,203). Sum of RGB (Red+Green+Blue) = 122+166+203=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #7AA6CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA6CB is #855934. Grayscale: #9C9C9C. Windows color (decimal): -8739125 or 13346426. OLE color: 13346426.

HSL color Cylindrical-coordinate representation of color #7AA6CB: hue angle of 207.41º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AA6CB is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 166 203 -
CMYK 0.40 0.18 0 0.20
HSL 207.41º 0.44% 0.64% -
HSV(B) 207.41º 0.4% 0.8% -
XYZ 32.44 35.72 61.69 -
YUV 157.06 153.92 102.99 -
System Red Green Blue C M Y K H S L
Decimal 122 166 203 0.40 0.18 0 0.20 207.41 0.44 0.64
Hex 7A A6 CB 28 12 0 14 CF 2C 40
Octal 172 246 313 50 22 0 24 317 54 100
Binary 1111010 10100110 11001011 101000 10010 0 10100 11001111 101100 1000000

Color Harmonies of #7AA6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA6CB

Black with #7AA6CB

Text Example


Text Example

White with #7AA6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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