Html Css Color HEX #80A9CC Polo Blue

📋 copy color: '#80A9CC'

red 128 ◦ green 169 ◦ blue 204

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

Shades of Polo Blue #80A9CC

Tints of Polo Blue #80A9CC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.73%

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

R = 25.55%
G = 33.73%
B = 40.72%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#80A9CC (or 0x80A9CC) is known color: Polo Blue. HEX triplet: 80, A9 and CC. RGB value is (128,169,204). Sum of RGB (Red+Green+Blue) = 128+169+204=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #80A9CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A9CC is #7F5633. Grayscale: #A0A0A0. Windows color (decimal): -8345140 or 13412736. OLE color: 13412736.

HSL color Cylindrical-coordinate representation of color #80A9CC: hue angle of 207.63º 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 #80A9CC is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 169 204 -
CMYK 0.37 0.17 0 0.2
HSL 207.63º 0.43% 0.65% -
HSV(B) 207.63º 0.37% 0.8% -
XYZ 33.99 37.32 62.54 -
YUV 160.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 128 169 204 0.37 0.17 0 0.2 207.63 0.43 0.65
Hex 80 A9 CC 25 11 0 14 D0 2B 41
Octal 200 251 314 45 21 0 24 320 53 101
Binary 10000000 10101001 11001100 100101 10001 0 10100 11010000 101011 1000001

Color Harmonies of #80A9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A9CC

Black with #80A9CC

Text Example


Text Example

White with #80A9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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