Html Css Color HEX #80A2D3 Polo Blue

📋 copy color: '#80A2D3'

red 128 ◦ green 162 ◦ blue 211

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

Shades of Polo Blue #80A2D3

Tints of Polo Blue #80A2D3

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.34%

 BLUE value IS 211 (82.81% from 255) = 42.12%

R = 25.55%
G = 32.34%
B = 42.12%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#80A2D3 (or 0x80A2D3) is known color: Polo Blue. HEX triplet: 80, A2 and D3. RGB value is (128,162,211). Sum of RGB (Red+Green+Blue) = 128+162+211=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #80A2D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A2D3 is #7F5D2C. Grayscale: #9D9D9D. Windows color (decimal): -8346925 or 13869696. OLE color: 13869696.

HSL color Cylindrical-coordinate representation of color #80A2D3: hue angle of 215.42º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80A2D3 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 162 211 -
CMYK 0.39 0.23 0 0.17
HSL 215.42º 0.49% 0.66% -
HSV(B) 215.42º 0.39% 0.83% -
XYZ 33.58 35.13 66.64 -
YUV 157.42 158.24 107.02 -
System Red Green Blue C M Y K H S L
Decimal 128 162 211 0.39 0.23 0 0.17 215.42 0.49 0.66
Hex 80 A2 D3 27 17 0 11 D7 31 42
Octal 200 242 323 47 27 0 21 327 61 102
Binary 10000000 10100010 11010011 100111 10111 0 10001 11010111 110001 1000010

Color Harmonies of #80A2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A2D3

Black with #80A2D3

Text Example


Text Example

White with #80A2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,162,211); }

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

background-color css

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

 a { background-color: rgb(128,162,211); }

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

border-color css

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

 span { border-color: rgb(128,162,211); }

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