Html Css Color HEX #82AACF Polo Blue

📋 copy color: '#82AACF'

red 130 ◦ green 170 ◦ blue 207

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

Shades of Polo Blue #82AACF

Tints of Polo Blue #82AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.53%

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

R = 25.64%
G = 33.53%
B = 40.83%

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

#82AACF (or 0x82AACF) is known color: Polo Blue. HEX triplet: 82, AA and CF. RGB value is (130,170,207). Sum of RGB (Red+Green+Blue) = 130+170+207=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #82AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AACF is #7D5530. Grayscale: #A2A2A2. Windows color (decimal): -8213809 or 13609602. OLE color: 13609602.

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

Color convert

RGB 130 170 207 -
CMYK 0.37 0.18 0 0.19
HSL 208.83º 0.45% 0.66% -
HSV(B) 208.83º 0.37% 0.81% -
XYZ 34.84 38 64.53 -
YUV 162.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 130 170 207 0.37 0.18 0 0.19 208.83 0.45 0.66
Hex 82 AA CF 25 12 0 13 D1 2D 42
Octal 202 252 317 45 22 0 23 321 55 102
Binary 10000010 10101010 11001111 100101 10010 0 10011 11010001 101101 1000010

Color Harmonies of #82AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AACF

Black with #82AACF

Text Example


Text Example

White with #82AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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