Html Css Color HEX #82ABCE Polo Blue

📋 copy color: '#82ABCE'

red 130 ◦ green 171 ◦ blue 206

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

Shades of Polo Blue #82ABCE

Tints of Polo Blue #82ABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.73%

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 25.64%
G = 33.73%
B = 40.63%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#82ABCE (or 0x82ABCE) is known color: Polo Blue. HEX triplet: 82, AB and CE. RGB value is (130,171,206). Sum of RGB (Red+Green+Blue) = 130+171+206=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #82ABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABCE is #7D5431. Grayscale: #A2A2A2. Windows color (decimal): -8213554 or 13544322. OLE color: 13544322.

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

Color convert

RGB 130 171 206 -
CMYK 0.37 0.17 0 0.19
HSL 207.63º 0.44% 0.66% -
HSV(B) 207.63º 0.37% 0.81% -
XYZ 34.91 38.33 63.95 -
YUV 162.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 130 171 206 0.37 0.17 0 0.19 207.63 0.44 0.66
Hex 82 AB CE 25 11 0 13 D0 2C 42
Octal 202 253 316 45 21 0 23 320 54 102
Binary 10000010 10101011 11001110 100101 10001 0 10011 11010000 101100 1000010

Color Harmonies of #82ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ABCE

Black with #82ABCE

Text Example


Text Example

White with #82ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,171,206); }

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

background-color css

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

 a { background-color: rgb(130,171,206); }

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

border-color css

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

 span { border-color: rgb(130,171,206); }

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