Html Css Color HEX #82A3D0 Polo Blue

📋 copy color: '#82A3D0'

red 130 ◦ green 163 ◦ blue 208

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

Shades of Polo Blue #82A3D0

Tints of Polo Blue #82A3D0

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.53%

 BLUE value IS 208 (81.64% from 255) = 41.52%

R = 25.95%
G = 32.53%
B = 41.52%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#82A3D0 (or 0x82A3D0) is known color: Polo Blue. HEX triplet: 82, A3 and D0. RGB value is (130,163,208). Sum of RGB (Red+Green+Blue) = 130+163+208=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #82A3D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A3D0 is #7D5C2F. Grayscale: #9E9E9E. Windows color (decimal): -8215600 or 13673346. OLE color: 13673346.

HSL color Cylindrical-coordinate representation of color #82A3D0: hue angle of 214.62º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82A3D0 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 163 208 -
CMYK 0.38 0.22 0 0.18
HSL 214.62º 0.45% 0.66% -
HSV(B) 214.62º 0.38% 0.82% -
XYZ 33.69 35.49 64.75 -
YUV 158.26 156.07 107.84 -
System Red Green Blue C M Y K H S L
Decimal 130 163 208 0.38 0.22 0 0.18 214.62 0.45 0.66
Hex 82 A3 D0 26 16 0 12 D7 2D 42
Octal 202 243 320 46 26 0 22 327 55 102
Binary 10000010 10100011 11010000 100110 10110 0 10010 11010111 101101 1000010

Color Harmonies of #82A3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A3D0

Black with #82A3D0

Text Example


Text Example

White with #82A3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,163,208); }

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

background-color css

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

 a { background-color: rgb(130,163,208); }

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

border-color css

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

 span { border-color: rgb(130,163,208); }

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