Html Css Color HEX #83AACA Polo Blue

📋 copy color: '#83AACA'

red 131 ◦ green 170 ◦ blue 202

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

Shades of Polo Blue #83AACA

Tints of Polo Blue #83AACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 26.04%
G = 33.8%
B = 40.16%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#83AACA (or 0x83AACA) is known color: Polo Blue. HEX triplet: 83, AA and CA. RGB value is (131,170,202). Sum of RGB (Red+Green+Blue) = 131+170+202=503 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.04% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #83AACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AACA is #7C5535. Grayscale: #A1A1A1. Windows color (decimal): -8148278 or 13281923. OLE color: 13281923.

HSL color Cylindrical-coordinate representation of color #83AACA: hue angle of 207.04º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83AACA is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 170 202 -
CMYK 0.35 0.16 0 0.21
HSL 207.04º 0.4% 0.65% -
HSV(B) 207.04º 0.35% 0.79% -
XYZ 34.4 37.84 61.37 -
YUV 161.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 131 170 202 0.35 0.16 0 0.21 207.04 0.4 0.65
Hex 83 AA CA 23 10 0 15 CF 28 41
Octal 203 252 312 43 20 0 25 317 50 101
Binary 10000011 10101010 11001010 100011 10000 0 10101 11001111 101000 1000001

Color Harmonies of #83AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AACA

Black with #83AACA

Text Example


Text Example

White with #83AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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