Html Css Color HEX #80A1CD Polo Blue

📋 copy color: '#80A1CD'

red 128 ◦ green 161 ◦ blue 205

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

Shades of Polo Blue #80A1CD

Tints of Polo Blue #80A1CD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.59%

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

R = 25.91%
G = 32.59%
B = 41.5%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80A1CD (or 0x80A1CD) is known color: Polo Blue. HEX triplet: 80, A1 and CD. RGB value is (128,161,205). Sum of RGB (Red+Green+Blue) = 128+161+205=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #80A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A1CD is #7F5E32. Grayscale: #9B9B9B. Windows color (decimal): -8347187 or 13476224. OLE color: 13476224.

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

Color convert

RGB 128 161 205 -
CMYK 0.38 0.21 0 0.20
HSL 214.29º 0.44% 0.65% -
HSV(B) 214.29º 0.38% 0.8% -
XYZ 32.67 34.49 62.69 -
YUV 156.15 155.57 107.92 -
System Red Green Blue C M Y K H S L
Decimal 128 161 205 0.38 0.21 0 0.20 214.29 0.44 0.65
Hex 80 A1 CD 26 15 0 14 D6 2C 41
Octal 200 241 315 46 25 0 24 326 54 101
Binary 10000000 10100001 11001101 100110 10101 0 10100 11010110 101100 1000001

Color Harmonies of #80A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A1CD

Black with #80A1CD

Text Example


Text Example

White with #80A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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