Html Css Color HEX #80A6C3 Polo Blue

📋 copy color: '#80A6C3'

red 128 ◦ green 166 ◦ blue 195

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

Shades of Polo Blue #80A6C3

Tints of Polo Blue #80A6C3

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.95%

 BLUE value IS 195 (76.56% from 255) = 39.88%

R = 26.18%
G = 33.95%
B = 39.88%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#80A6C3 (or 0x80A6C3) is known color: Polo Blue. HEX triplet: 80, A6 and C3. RGB value is (128,166,195). Sum of RGB (Red+Green+Blue) = 128+166+195=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 195 - color contains mainly: blue. Hex color #80A6C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A6C3 is #7F593C. Grayscale: #9D9D9D. Windows color (decimal): -8345917 or 12822144. OLE color: 12822144.

HSL color Cylindrical-coordinate representation of color #80A6C3: hue angle of 205.97º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80A6C3 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 166 195 -
CMYK 0.34 0.15 0 0.24
HSL 205.97º 0.36% 0.63% -
HSV(B) 205.97º 0.34% 0.76% -
XYZ 32.39 35.8 56.83 -
YUV 157.94 148.91 106.64 -
System Red Green Blue C M Y K H S L
Decimal 128 166 195 0.34 0.15 0 0.24 205.97 0.36 0.63
Hex 80 A6 C3 22 F 0 18 CE 24 3F
Octal 200 246 303 42 17 0 30 316 44 77
Binary 10000000 10100110 11000011 100010 1111 0 11000 11001110 100100 111111

Color Harmonies of #80A6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A6C3

Black with #80A6C3

Text Example


Text Example

White with #80A6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,166,195); }

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

background-color css

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

 a { background-color: rgb(128,166,195); }

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

border-color css

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

 span { border-color: rgb(128,166,195); }

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