Html Css Color HEX #83ADCE Polo Blue

📋 copy color: '#83ADCE'

red 131 ◦ green 173 ◦ blue 206

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

Shades of Polo Blue #83ADCE

Tints of Polo Blue #83ADCE

RGB

 RED value IS 131 (51.56% from 255) = 25.69%

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

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

R = 25.69%
G = 33.92%
B = 40.39%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#83ADCE (or 0x83ADCE) is known color: Polo Blue. HEX triplet: 83, AD and CE. RGB value is (131,173,206). Sum of RGB (Red+Green+Blue) = 131+173+206=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #83ADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADCE is #7C5231. Grayscale: #A4A4A4. Windows color (decimal): -8147506 or 13544835. OLE color: 13544835.

HSL color Cylindrical-coordinate representation of color #83ADCE: hue angle of 206.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83ADCE is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 173 206 -
CMYK 0.36 0.16 0 0.19
HSL 206.4º 0.43% 0.66% -
HSV(B) 206.4º 0.36% 0.81% -
XYZ 35.44 39.17 64.08 -
YUV 164.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 131 173 206 0.36 0.16 0 0.19 206.4 0.43 0.66
Hex 83 AD CE 24 10 0 13 CE 2B 42
Octal 203 255 316 44 20 0 23 316 53 102
Binary 10000011 10101101 11001110 100100 10000 0 10011 11001110 101011 1000010

Color Harmonies of #83ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ADCE

Black with #83ADCE

Text Example


Text Example

White with #83ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83ADCE; }

 p { color: rgb(131,173,206); }

 H1.HeaderClassName
 {
   color: #83ADCE;
 }
 .AnyTagClassName
 {
   color: #83ADCE;
 }
</style>

background-color css

<style>
 a { background-color: #83ADCE; }

 a { background-color: rgb(131,173,206); }

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

border-color css

<style>
 span { border-color: #83ADCE; }

 span { border-color: rgb(131,173,206); }

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