Html Css Color HEX #82A9CF Polo Blue

📋 copy color: '#82A9CF'

red 130 ◦ green 169 ◦ blue 207

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

Shades of Polo Blue #82A9CF

Tints of Polo Blue #82A9CF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.4%

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 25.69%
G = 33.4%
B = 40.91%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#82A9CF (or 0x82A9CF) is known color: Polo Blue. HEX triplet: 82, A9 and CF. RGB value is (130,169,207). Sum of RGB (Red+Green+Blue) = 130+169+207=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #82A9CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A9CF is #7D5630. Grayscale: #A1A1A1. Windows color (decimal): -8214065 or 13609346. OLE color: 13609346.

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

Color convert

RGB 130 169 207 -
CMYK 0.37 0.18 0 0.19
HSL 209.61º 0.45% 0.66% -
HSV(B) 209.61º 0.37% 0.81% -
XYZ 34.66 37.63 64.47 -
YUV 161.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 130 169 207 0.37 0.18 0 0.19 209.61 0.45 0.66
Hex 82 A9 CF 25 12 0 13 D2 2D 42
Octal 202 251 317 45 22 0 23 322 55 102
Binary 10000010 10101001 11001111 100101 10010 0 10011 11010010 101101 1000010

Color Harmonies of #82A9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A9CF

Black with #82A9CF

Text Example


Text Example

White with #82A9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,169,207); }

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

background-color css

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

 a { background-color: rgb(130,169,207); }

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

border-color css

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

 span { border-color: rgb(130,169,207); }

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