Html Css Color HEX #80ABCE Polo Blue

📋 copy color: '#80ABCE'

red 128 ◦ green 171 ◦ blue 206

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

Shades of Polo Blue #80ABCE

Tints of Polo Blue #80ABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.86%

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

R = 25.35%
G = 33.86%
B = 40.79%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#80ABCE (or 0x80ABCE) is known color: Polo Blue. HEX triplet: 80, AB and CE. RGB value is (128,171,206). Sum of RGB (Red+Green+Blue) = 128+171+206=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #80ABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABCE is #7F5431. Grayscale: #A1A1A1. Windows color (decimal): -8344626 or 13544320. OLE color: 13544320.

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

Color convert

RGB 128 171 206 -
CMYK 0.38 0.17 0 0.19
HSL 206.92º 0.44% 0.65% -
HSV(B) 206.92º 0.38% 0.81% -
XYZ 34.61 38.17 63.94 -
YUV 162.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 128 171 206 0.38 0.17 0 0.19 206.92 0.44 0.65
Hex 80 AB CE 26 11 0 13 CF 2C 41
Octal 200 253 316 46 21 0 23 317 54 101
Binary 10000000 10101011 11001110 100110 10001 0 10011 11001111 101100 1000001

Color Harmonies of #80ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABCE

Black with #80ABCE

Text Example


Text Example

White with #80ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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