Html Css Color HEX #80A8CC Polo Blue

📋 copy color: '#80A8CC'

red 128 ◦ green 168 ◦ blue 204

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

Shades of Polo Blue #80A8CC

Tints of Polo Blue #80A8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 25.6%
G = 33.6%
B = 40.8%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#80A8CC (or 0x80A8CC) is known color: Polo Blue. HEX triplet: 80, A8 and CC. RGB value is (128,168,204). Sum of RGB (Red+Green+Blue) = 128+168+204=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #80A8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A8CC is #7F5733. Grayscale: #9F9F9F. Windows color (decimal): -8345396 or 13412480. OLE color: 13412480.

HSL color Cylindrical-coordinate representation of color #80A8CC: hue angle of 208.42º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80A8CC is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 168 204 -
CMYK 0.37 0.18 0 0.2
HSL 208.42º 0.43% 0.65% -
HSV(B) 208.42º 0.37% 0.8% -
XYZ 33.8 36.95 62.48 -
YUV 160.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 128 168 204 0.37 0.18 0 0.2 208.42 0.43 0.65
Hex 80 A8 CC 25 12 0 14 D0 2B 41
Octal 200 250 314 45 22 0 24 320 53 101
Binary 10000000 10101000 11001100 100101 10010 0 10100 11010000 101011 1000001

Color Harmonies of #80A8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A8CC

Black with #80A8CC

Text Example


Text Example

White with #80A8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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