Html Css Color HEX #80A8CD Polo Blue

📋 copy color: '#80A8CD'

red 128 ◦ green 168 ◦ blue 205

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

Shades of Polo Blue #80A8CD

Tints of Polo Blue #80A8CD

RGB

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

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

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

R = 25.55%
G = 33.53%
B = 40.92%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80A8CD (or 0x80A8CD) is known color: Polo Blue. HEX triplet: 80, A8 and CD. RGB value is (128,168,205). Sum of RGB (Red+Green+Blue) = 128+168+205=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #80A8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A8CD is #7F5732. Grayscale: #A0A0A0. Windows color (decimal): -8345395 or 13478016. OLE color: 13478016.

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

Color convert

RGB 128 168 205 -
CMYK 0.38 0.18 0 0.20
HSL 208.83º 0.44% 0.65% -
HSV(B) 208.83º 0.38% 0.8% -
XYZ 33.92 37 63.11 -
YUV 160.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 128 168 205 0.38 0.18 0 0.20 208.83 0.44 0.65
Hex 80 A8 CD 26 12 0 14 D1 2C 41
Octal 200 250 315 46 22 0 24 321 54 101
Binary 10000000 10101000 11001101 100110 10010 0 10100 11010001 101100 1000001

Color Harmonies of #80A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A8CD

Black with #80A8CD

Text Example


Text Example

White with #80A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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