Html Css Color HEX #80A6CC Polo Blue

📋 copy color: '#80A6CC'

red 128 ◦ green 166 ◦ blue 204

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

Shades of Polo Blue #80A6CC

Tints of Polo Blue #80A6CC

RGB

 RED value IS 128 (50.39% from 255) = 25.7%

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

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 25.7%
G = 33.33%
B = 40.96%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#80A6CC (or 0x80A6CC) is known color: Polo Blue. HEX triplet: 80, A6 and CC. RGB value is (128,166,204). Sum of RGB (Red+Green+Blue) = 128+166+204=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #80A6CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A6CC is #7F5933. Grayscale: #9E9E9E. Windows color (decimal): -8345908 or 13411968. OLE color: 13411968.

HSL color Cylindrical-coordinate representation of color #80A6CC: hue angle of 210º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80A6CC is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 166 204 -
CMYK 0.37 0.19 0 0.2
HSL 210º 0.43% 0.65% -
HSV(B) 210º 0.37% 0.8% -
XYZ 33.44 36.22 62.36 -
YUV 158.97 153.41 105.91 -
System Red Green Blue C M Y K H S L
Decimal 128 166 204 0.37 0.19 0 0.2 210 0.43 0.65
Hex 80 A6 CC 25 13 0 14 D2 2B 41
Octal 200 246 314 45 23 0 24 322 53 101
Binary 10000000 10100110 11001100 100101 10011 0 10100 11010010 101011 1000001

Color Harmonies of #80A6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A6CC

Black with #80A6CC

Text Example


Text Example

White with #80A6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A6CC; }

 p { color: rgb(128,166,204); }

 H1.HeaderClassName
 {
   color: #80A6CC;
 }
 .AnyTagClassName
 {
   color: #80A6CC;
 }
</style>

background-color css

<style>
 a { background-color: #80A6CC; }

 a { background-color: rgb(128,166,204); }

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

border-color css

<style>
 span { border-color: #80A6CC; }

 span { border-color: rgb(128,166,204); }

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