Html Css Color HEX #83AACD Polo Blue

📋 copy color: '#83AACD'

red 131 ◦ green 170 ◦ blue 205

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

Shades of Polo Blue #83AACD

Tints of Polo Blue #83AACD

RGB

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

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

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

R = 25.89%
G = 33.6%
B = 40.51%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#83AACD (or 0x83AACD) is known color: Polo Blue. HEX triplet: 83, AA and CD. RGB value is (131,170,205). Sum of RGB (Red+Green+Blue) = 131+170+205=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #83AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AACD is #7C5532. Grayscale: #A2A2A2. Windows color (decimal): -8148275 or 13478531. OLE color: 13478531.

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

Color convert

RGB 131 170 205 -
CMYK 0.36 0.17 0 0.20
HSL 208.38º 0.43% 0.66% -
HSV(B) 208.38º 0.36% 0.8% -
XYZ 34.75 37.98 63.26 -
YUV 162.33 152.08 105.65 -
System Red Green Blue C M Y K H S L
Decimal 131 170 205 0.36 0.17 0 0.20 208.38 0.43 0.66
Hex 83 AA CD 24 11 0 14 D0 2B 42
Octal 203 252 315 44 21 0 24 320 53 102
Binary 10000011 10101010 11001101 100100 10001 0 10100 11010000 101011 1000010

Color Harmonies of #83AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AACD

Black with #83AACD

Text Example


Text Example

White with #83AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,170,205); }

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

background-color css

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

 a { background-color: rgb(131,170,205); }

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

border-color css

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

 span { border-color: rgb(131,170,205); }

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