Html Css Color HEX #83AAD3 Polo Blue

📋 copy color: '#83AAD3'

red 131 ◦ green 170 ◦ blue 211

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

Shades of Polo Blue #83AAD3

Tints of Polo Blue #83AAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.21%

R = 25.59%
G = 33.2%
B = 41.21%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#83AAD3 (or 0x83AAD3) is known color: Polo Blue. HEX triplet: 83, AA and D3. RGB value is (131,170,211). Sum of RGB (Red+Green+Blue) = 131+170+211=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 211 - color contains mainly: blue. Hex color #83AAD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AAD3 is #7C552C. Grayscale: #A2A2A2. Windows color (decimal): -8148269 or 13871747. OLE color: 13871747.

HSL color Cylindrical-coordinate representation of color #83AAD3: hue angle of 210.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83AAD3 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 131 170 211 -
CMYK 0.38 0.19 0 0.17
HSL 210.75º 0.48% 0.67% -
HSV(B) 210.75º 0.38% 0.83% -
XYZ 35.49 38.28 67.15 -
YUV 163.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 131 170 211 0.38 0.19 0 0.17 210.75 0.48 0.67
Hex 83 AA D3 26 13 0 11 D3 30 43
Octal 203 252 323 46 23 0 21 323 60 103
Binary 10000011 10101010 11010011 100110 10011 0 10001 11010011 110000 1000011

Color Harmonies of #83AAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AAD3

Black with #83AAD3

Text Example


Text Example

White with #83AAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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