Html Css Color HEX #82A8CD Polo Blue

📋 copy color: '#82A8CD'

red 130 ◦ green 168 ◦ blue 205

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

Shades of Polo Blue #82A8CD

Tints of Polo Blue #82A8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.4%

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 25.84%
G = 33.4%
B = 40.76%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#82A8CD (or 0x82A8CD) is known color: Polo Blue. HEX triplet: 82, A8 and CD. RGB value is (130,168,205). Sum of RGB (Red+Green+Blue) = 130+168+205=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #82A8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A8CD is #7D5732. Grayscale: #A0A0A0. Windows color (decimal): -8214323 or 13478018. OLE color: 13478018.

HSL color Cylindrical-coordinate representation of color #82A8CD: hue angle of 209.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82A8CD is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 168 205 -
CMYK 0.37 0.18 0 0.20
HSL 209.6º 0.43% 0.66% -
HSV(B) 209.6º 0.37% 0.8% -
XYZ 34.23 37.16 63.13 -
YUV 160.86 152.91 105.99 -
System Red Green Blue C M Y K H S L
Decimal 130 168 205 0.37 0.18 0 0.20 209.6 0.43 0.66
Hex 82 A8 CD 25 12 0 14 D2 2B 42
Octal 202 250 315 45 22 0 24 322 53 102
Binary 10000010 10101000 11001101 100101 10010 0 10100 11010010 101011 1000010

Color Harmonies of #82A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A8CD

Black with #82A8CD

Text Example


Text Example

White with #82A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,168,205); }

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

background-color css

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

 a { background-color: rgb(130,168,205); }

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

border-color css

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

 span { border-color: rgb(130,168,205); }

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