Html Css Color HEX #80A8D0 Polo Blue

📋 copy color: '#80A8D0'

red 128 ◦ green 168 ◦ blue 208

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

Shades of Polo Blue #80A8D0

Tints of Polo Blue #80A8D0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.33%

 BLUE value IS 208 (81.64% from 255) = 41.27%

R = 25.4%
G = 33.33%
B = 41.27%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#80A8D0 (or 0x80A8D0) is known color: Polo Blue. HEX triplet: 80, A8 and D0. RGB value is (128,168,208). Sum of RGB (Red+Green+Blue) = 128+168+208=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #80A8D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A8D0 is #7F572F. Grayscale: #A0A0A0. Windows color (decimal): -8345392 or 13674624. OLE color: 13674624.

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

Color convert

RGB 128 168 208 -
CMYK 0.38 0.19 0 0.18
HSL 210º 0.46% 0.66% -
HSV(B) 210º 0.38% 0.82% -
XYZ 34.29 37.15 65.04 -
YUV 160.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 128 168 208 0.38 0.19 0 0.18 210 0.46 0.66
Hex 80 A8 D0 26 13 0 12 D2 2E 42
Octal 200 250 320 46 23 0 22 322 56 102
Binary 10000000 10101000 11010000 100110 10011 0 10010 11010010 101110 1000010

Color Harmonies of #80A8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A8D0

Black with #80A8D0

Text Example


Text Example

White with #80A8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,168,208); }

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

background-color css

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

 a { background-color: rgb(128,168,208); }

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

border-color css

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

 span { border-color: rgb(128,168,208); }

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