Html Css Color HEX #83AACC Polo Blue

📋 copy color: '#83AACC'

red 131 ◦ green 170 ◦ blue 204

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

Shades of Polo Blue #83AACC

Tints of Polo Blue #83AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 25.94%
G = 33.66%
B = 40.4%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#83AACC (or 0x83AACC) is known color: Polo Blue. HEX triplet: 83, AA and CC. RGB value is (131,170,204). Sum of RGB (Red+Green+Blue) = 131+170+204=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #83AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AACC is #7C5533. Grayscale: #A2A2A2. Windows color (decimal): -8148276 or 13412995. OLE color: 13412995.

HSL color Cylindrical-coordinate representation of color #83AACC: hue angle of 207.95º degrees, saturation: 0.42, 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 #83AACC is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 170 204 -
CMYK 0.36 0.17 0 0.2
HSL 207.95º 0.42% 0.66% -
HSV(B) 207.95º 0.36% 0.8% -
XYZ 34.63 37.93 62.62 -
YUV 162.22 151.58 105.74 -
System Red Green Blue C M Y K H S L
Decimal 131 170 204 0.36 0.17 0 0.2 207.95 0.42 0.66
Hex 83 AA CC 24 11 0 14 D0 2A 42
Octal 203 252 314 44 21 0 24 320 52 102
Binary 10000011 10101010 11001100 100100 10001 0 10100 11010000 101010 1000010

Color Harmonies of #83AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AACC

Black with #83AACC

Text Example


Text Example

White with #83AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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