Html Css Color HEX #80ABCD Polo Blue

📋 copy color: '#80ABCD'

red 128 ◦ green 171 ◦ blue 205

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

Shades of Polo Blue #80ABCD

Tints of Polo Blue #80ABCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 25.4%
G = 33.93%
B = 40.67%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80ABCD (or 0x80ABCD) is known color: Polo Blue. HEX triplet: 80, AB and CD. RGB value is (128,171,205). Sum of RGB (Red+Green+Blue) = 128+171+205=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #80ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABCD is #7F5432. Grayscale: #A1A1A1. Windows color (decimal): -8344627 or 13478784. OLE color: 13478784.

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

Color convert

RGB 128 171 205 -
CMYK 0.38 0.17 0 0.20
HSL 206.49º 0.44% 0.65% -
HSV(B) 206.49º 0.38% 0.8% -
XYZ 34.48 38.12 63.3 -
YUV 162.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 128 171 205 0.38 0.17 0 0.20 206.49 0.44 0.65
Hex 80 AB CD 26 11 0 14 CE 2C 41
Octal 200 253 315 46 21 0 24 316 54 101
Binary 10000000 10101011 11001101 100110 10001 0 10100 11001110 101100 1000001

Color Harmonies of #80ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABCD

Black with #80ABCD

Text Example


Text Example

White with #80ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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