Html Css Color HEX #82A4CB Polo Blue

📋 copy color: '#82A4CB'

red 130 ◦ green 164 ◦ blue 203

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

Shades of Polo Blue #82A4CB

Tints of Polo Blue #82A4CB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33%

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

R = 26.16%
G = 33%
B = 40.85%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#82A4CB (or 0x82A4CB) is known color: Polo Blue. HEX triplet: 82, A4 and CB. RGB value is (130,164,203). Sum of RGB (Red+Green+Blue) = 130+164+203=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #82A4CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A4CB is #7D5B34. Grayscale: #9E9E9E. Windows color (decimal): -8215349 or 13345922. OLE color: 13345922.

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

Color convert

RGB 130 164 203 -
CMYK 0.36 0.19 0 0.20
HSL 212.05º 0.41% 0.65% -
HSV(B) 212.05º 0.36% 0.8% -
XYZ 33.26 35.61 61.62 -
YUV 158.28 153.24 107.83 -
System Red Green Blue C M Y K H S L
Decimal 130 164 203 0.36 0.19 0 0.20 212.05 0.41 0.65
Hex 82 A4 CB 24 13 0 14 D4 29 41
Octal 202 244 313 44 23 0 24 324 51 101
Binary 10000010 10100100 11001011 100100 10011 0 10100 11010100 101001 1000001

Color Harmonies of #82A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A4CB

Black with #82A4CB

Text Example


Text Example

White with #82A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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