Html Css Color HEX #82A1CB Polo Blue

📋 copy color: '#82A1CB'

red 130 ◦ green 161 ◦ blue 203

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

Shades of Polo Blue #82A1CB

Tints of Polo Blue #82A1CB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.59%

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

R = 26.32%
G = 32.59%
B = 41.09%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#82A1CB (or 0x82A1CB) is known color: Polo Blue. HEX triplet: 82, A1 and CB. RGB value is (130,161,203). Sum of RGB (Red+Green+Blue) = 130+161+203=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #82A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A1CB is #7D5E34. Grayscale: #9C9C9C. Windows color (decimal): -8216117 or 13345154. OLE color: 13345154.

HSL color Cylindrical-coordinate representation of color #82A1CB: hue angle of 214.52º degrees, saturation: 0.41, 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 #82A1CB is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 161 203 -
CMYK 0.36 0.21 0 0.20
HSL 214.52º 0.41% 0.65% -
HSV(B) 214.52º 0.36% 0.8% -
XYZ 32.73 34.55 61.44 -
YUV 156.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 130 161 203 0.36 0.21 0 0.20 214.52 0.41 0.65
Hex 82 A1 CB 24 15 0 14 D7 29 41
Octal 202 241 313 44 25 0 24 327 51 101
Binary 10000010 10100001 11001011 100100 10101 0 10100 11010111 101001 1000001

Color Harmonies of #82A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A1CB

Black with #82A1CB

Text Example


Text Example

White with #82A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,161,203); }

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

background-color css

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

 a { background-color: rgb(130,161,203); }

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

border-color css

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

 span { border-color: rgb(130,161,203); }

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