Html Css Color HEX #82A6CC Polo Blue

📋 copy color: '#82A6CC'

red 130 ◦ green 166 ◦ blue 204

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

Shades of Polo Blue #82A6CC

Tints of Polo Blue #82A6CC

RGB

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

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

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

R = 26%
G = 33.2%
B = 40.8%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#82A6CC (or 0x82A6CC) is known color: Polo Blue. HEX triplet: 82, A6 and CC. RGB value is (130,166,204). Sum of RGB (Red+Green+Blue) = 130+166+204=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #82A6CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A6CC is #7D5933. Grayscale: #9F9F9F. Windows color (decimal): -8214836 or 13411970. OLE color: 13411970.

HSL color Cylindrical-coordinate representation of color #82A6CC: hue angle of 210.81º 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 #82A6CC is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 166 204 -
CMYK 0.36 0.19 0 0.2
HSL 210.81º 0.42% 0.65% -
HSV(B) 210.81º 0.36% 0.8% -
XYZ 33.74 36.38 62.37 -
YUV 159.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 130 166 204 0.36 0.19 0 0.2 210.81 0.42 0.65
Hex 82 A6 CC 24 13 0 14 D3 2A 41
Octal 202 246 314 44 23 0 24 323 52 101
Binary 10000010 10100110 11001100 100100 10011 0 10100 11010011 101010 1000001

Color Harmonies of #82A6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A6CC

Black with #82A6CC

Text Example


Text Example

White with #82A6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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