Html Css Color HEX #83ABCD Polo Blue

📋 copy color: '#83ABCD'

red 131 ◦ green 171 ◦ blue 205

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

Shades of Polo Blue #83ABCD

Tints of Polo Blue #83ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.73%

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

R = 25.84%
G = 33.73%
B = 40.43%

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

#83ABCD (or 0x83ABCD) is known color: Polo Blue. HEX triplet: 83, AB and CD. RGB value is (131,171,205). Sum of RGB (Red+Green+Blue) = 131+171+205=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #83ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABCD is #7C5432. Grayscale: #A2A2A2. Windows color (decimal): -8148019 or 13478787. OLE color: 13478787.

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

Color convert

RGB 131 171 205 -
CMYK 0.36 0.17 0 0.20
HSL 207.57º 0.43% 0.66% -
HSV(B) 207.57º 0.36% 0.8% -
XYZ 34.94 38.36 63.32 -
YUV 162.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 131 171 205 0.36 0.17 0 0.20 207.57 0.43 0.66
Hex 83 AB CD 24 11 0 14 D0 2B 42
Octal 203 253 315 44 21 0 24 320 53 102
Binary 10000011 10101011 11001101 100100 10001 0 10100 11010000 101011 1000010

Color Harmonies of #83ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ABCD

Black with #83ABCD

Text Example


Text Example

White with #83ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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