Html Css Color HEX #80A9CE Polo Blue

📋 copy color: '#80A9CE'

red 128 ◦ green 169 ◦ blue 206

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

Shades of Polo Blue #80A9CE

Tints of Polo Blue #80A9CE

RGB

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

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

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

R = 25.45%
G = 33.6%
B = 40.95%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#80A9CE (or 0x80A9CE) is known color: Polo Blue. HEX triplet: 80, A9 and CE. RGB value is (128,169,206). Sum of RGB (Red+Green+Blue) = 128+169+206=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #80A9CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A9CE is #7F5631. Grayscale: #A0A0A0. Windows color (decimal): -8345138 or 13543808. OLE color: 13543808.

HSL color Cylindrical-coordinate representation of color #80A9CE: hue angle of 208.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80A9CE is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 169 206 -
CMYK 0.38 0.18 0 0.19
HSL 208.46º 0.44% 0.65% -
HSV(B) 208.46º 0.38% 0.81% -
XYZ 34.23 37.42 63.81 -
YUV 160.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 128 169 206 0.38 0.18 0 0.19 208.46 0.44 0.65
Hex 80 A9 CE 26 12 0 13 D0 2C 41
Octal 200 251 316 46 22 0 23 320 54 101
Binary 10000000 10101001 11001110 100110 10010 0 10011 11010000 101100 1000001

Color Harmonies of #80A9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A9CE

Black with #80A9CE

Text Example


Text Example

White with #80A9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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