Html Css Color HEX #82AECB Polo Blue

📋 copy color: '#82AECB'

red 130 ◦ green 174 ◦ blue 203

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

Shades of Polo Blue #82AECB

Tints of Polo Blue #82AECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.32%

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 25.64%
G = 34.32%
B = 40.04%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#82AECB (or 0x82AECB) is known color: Polo Blue. HEX triplet: 82, AE and CB. RGB value is (130,174,203). Sum of RGB (Red+Green+Blue) = 130+174+203=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #82AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AECB is #7D5134. Grayscale: #A3A3A3. Windows color (decimal): -8212789 or 13348482. OLE color: 13348482.

HSL color Cylindrical-coordinate representation of color #82AECB: hue angle of 203.84º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82AECB is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 174 203 -
CMYK 0.36 0.14 0 0.20
HSL 203.84º 0.41% 0.65% -
HSV(B) 203.84º 0.36% 0.8% -
XYZ 35.12 39.33 62.24 -
YUV 164.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 130 174 203 0.36 0.14 0 0.20 203.84 0.41 0.65
Hex 82 AE CB 24 E 0 14 CC 29 41
Octal 202 256 313 44 16 0 24 314 51 101
Binary 10000010 10101110 11001011 100100 1110 0 10100 11001100 101001 1000001

Color Harmonies of #82AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AECB

Black with #82AECB

Text Example


Text Example

White with #82AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,174,203); }

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

background-color css

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

 a { background-color: rgb(130,174,203); }

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

border-color css

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

 span { border-color: rgb(130,174,203); }

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