Html Css Color HEX #80A3CB Polo Blue

📋 copy color: '#80A3CB'

red 128 ◦ green 163 ◦ blue 203

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

Shades of Polo Blue #80A3CB

Tints of Polo Blue #80A3CB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33%

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 25.91%
G = 33%
B = 41.09%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80A3CB (or 0x80A3CB) is known color: Polo Blue. HEX triplet: 80, A3 and CB. RGB value is (128,163,203). Sum of RGB (Red+Green+Blue) = 128+163+203=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #80A3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A3CB is #7F5C34. Grayscale: #9C9C9C. Windows color (decimal): -8346677 or 13345664. OLE color: 13345664.

HSL color Cylindrical-coordinate representation of color #80A3CB: hue angle of 212º degrees, saturation: 0.42, 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 #80A3CB is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 163 203 -
CMYK 0.37 0.20 0 0.20
HSL 212º 0.42% 0.65% -
HSV(B) 212º 0.37% 0.8% -
XYZ 32.78 35.1 61.55 -
YUV 157.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 128 163 203 0.37 0.20 0 0.20 212 0.42 0.65
Hex 80 A3 CB 25 14 0 14 D4 2A 41
Octal 200 243 313 45 24 0 24 324 52 101
Binary 10000000 10100011 11001011 100101 10100 0 10100 11010100 101010 1000001

Color Harmonies of #80A3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A3CB

Black with #80A3CB

Text Example


Text Example

White with #80A3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,163,203); }

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

background-color css

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

 a { background-color: rgb(128,163,203); }

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

border-color css

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

 span { border-color: rgb(128,163,203); }

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