Html Css Color HEX #80ABCA Polo Blue

📋 copy color: '#80ABCA'

red 128 ◦ green 171 ◦ blue 202

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

Shades of Polo Blue #80ABCA

Tints of Polo Blue #80ABCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.32%

R = 25.55%
G = 34.13%
B = 40.32%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#80ABCA (or 0x80ABCA) is known color: Polo Blue. HEX triplet: 80, AB and CA. RGB value is (128,171,202). Sum of RGB (Red+Green+Blue) = 128+171+202=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #80ABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABCA is #7F5435. Grayscale: #A1A1A1. Windows color (decimal): -8344630 or 13282176. OLE color: 13282176.

HSL color Cylindrical-coordinate representation of color #80ABCA: hue angle of 205.14º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80ABCA is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 171 202 -
CMYK 0.37 0.15 0 0.21
HSL 205.14º 0.41% 0.65% -
HSV(B) 205.14º 0.37% 0.79% -
XYZ 34.13 37.98 61.41 -
YUV 161.68 150.75 103.98 -
System Red Green Blue C M Y K H S L
Decimal 128 171 202 0.37 0.15 0 0.21 205.14 0.41 0.65
Hex 80 AB CA 25 F 0 15 CD 29 41
Octal 200 253 312 45 17 0 25 315 51 101
Binary 10000000 10101011 11001010 100101 1111 0 10101 11001101 101001 1000001

Color Harmonies of #80ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABCA

Black with #80ABCA

Text Example


Text Example

White with #80ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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