Html Css Color HEX #82A0CC Polo Blue

📋 copy color: '#82A0CC'

red 130 ◦ green 160 ◦ blue 204

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

Shades of Polo Blue #82A0CC

Tints of Polo Blue #82A0CC

RGB

 RED value IS 130 (51.17% from 255) = 26.32%

 GREEN value IS 160 (62.89% from 255) = 32.39%

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 26.32%
G = 32.39%
B = 41.3%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#82A0CC (or 0x82A0CC) is known color: Polo Blue. HEX triplet: 82, A0 and CC. RGB value is (130,160,204). Sum of RGB (Red+Green+Blue) = 130+160+204=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #82A0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A0CC is #7D5F33. Grayscale: #9B9B9B. Windows color (decimal): -8216372 or 13410434. OLE color: 13410434.

HSL color Cylindrical-coordinate representation of color #82A0CC: hue angle of 215.68º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82A0CC is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 160 204 -
CMYK 0.36 0.22 0 0.2
HSL 215.68º 0.42% 0.65% -
HSV(B) 215.68º 0.36% 0.8% -
XYZ 32.68 34.25 62.01 -
YUV 156.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 130 160 204 0.36 0.22 0 0.2 215.68 0.42 0.65
Hex 82 A0 CC 24 16 0 14 D8 2A 41
Octal 202 240 314 44 26 0 24 330 52 101
Binary 10000010 10100000 11001100 100100 10110 0 10100 11011000 101010 1000001

Color Harmonies of #82A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A0CC

Black with #82A0CC

Text Example


Text Example

White with #82A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82A0CC; }

 p { color: rgb(130,160,204); }

 H1.HeaderClassName
 {
   color: #82A0CC;
 }
 .AnyTagClassName
 {
   color: #82A0CC;
 }
</style>

background-color css

<style>
 a { background-color: #82A0CC; }

 a { background-color: rgb(130,160,204); }

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

border-color css

<style>
 span { border-color: #82A0CC; }

 span { border-color: rgb(130,160,204); }

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