Html Css Color HEX #80ACCB Polo Blue

📋 copy color: '#80ACCB'

red 128 ◦ green 172 ◦ blue 203

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

Shades of Polo Blue #80ACCB

Tints of Polo Blue #80ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.19%

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

R = 25.45%
G = 34.19%
B = 40.36%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80ACCB (or 0x80ACCB) is known color: Polo Blue. HEX triplet: 80, AC and CB. RGB value is (128,172,203). Sum of RGB (Red+Green+Blue) = 128+172+203=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #80ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACCB is #7F5334. Grayscale: #A2A2A2. Windows color (decimal): -8344373 or 13347968. OLE color: 13347968.

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

Color convert

RGB 128 172 203 -
CMYK 0.37 0.15 0 0.20
HSL 204.8º 0.42% 0.65% -
HSV(B) 204.8º 0.37% 0.8% -
XYZ 34.43 38.41 62.1 -
YUV 162.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 128 172 203 0.37 0.15 0 0.20 204.8 0.42 0.65
Hex 80 AC CB 25 F 0 14 CD 2A 41
Octal 200 254 313 45 17 0 24 315 52 101
Binary 10000000 10101100 11001011 100101 1111 0 10100 11001101 101010 1000001

Color Harmonies of #80ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACCB

Black with #80ACCB

Text Example


Text Example

White with #80ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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