Html Css Color HEX #82ADCD Polo Blue

📋 copy color: '#82ADCD'

red 130 ◦ green 173 ◦ blue 205

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

Shades of Polo Blue #82ADCD

Tints of Polo Blue #82ADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.06%

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 25.59%
G = 34.06%
B = 40.35%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#82ADCD (or 0x82ADCD) is known color: Polo Blue. HEX triplet: 82, AD and CD. RGB value is (130,173,205). Sum of RGB (Red+Green+Blue) = 130+173+205=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #82ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ADCD is #7D5232. Grayscale: #A3A3A3. Windows color (decimal): -8213043 or 13479298. OLE color: 13479298.

HSL color Cylindrical-coordinate representation of color #82ADCD: hue angle of 205.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82ADCD is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 173 205 -
CMYK 0.37 0.16 0 0.20
HSL 205.6º 0.43% 0.66% -
HSV(B) 205.6º 0.37% 0.8% -
XYZ 35.17 39.04 63.44 -
YUV 163.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 130 173 205 0.37 0.16 0 0.20 205.6 0.43 0.66
Hex 82 AD CD 25 10 0 14 CE 2B 42
Octal 202 255 315 45 20 0 24 316 53 102
Binary 10000010 10101101 11001101 100101 10000 0 10100 11001110 101011 1000010

Color Harmonies of #82ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ADCD

Black with #82ADCD

Text Example


Text Example

White with #82ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,173,205); }

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

background-color css

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

 a { background-color: rgb(130,173,205); }

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

border-color css

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

 span { border-color: rgb(130,173,205); }

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