Html Css Color HEX #83ABCE Polo Blue

📋 copy color: '#83ABCE'

red 131 ◦ green 171 ◦ blue 206

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

Shades of Polo Blue #83ABCE

Tints of Polo Blue #83ABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.55%

R = 25.79%
G = 33.66%
B = 40.55%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#83ABCE (or 0x83ABCE) is known color: Polo Blue. HEX triplet: 83, AB and CE. RGB value is (131,171,206). Sum of RGB (Red+Green+Blue) = 131+171+206=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #83ABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABCE is #7C5431. Grayscale: #A2A2A2. Windows color (decimal): -8148018 or 13544323. OLE color: 13544323.

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

Color convert

RGB 131 171 206 -
CMYK 0.36 0.17 0 0.19
HSL 208º 0.43% 0.66% -
HSV(B) 208º 0.36% 0.81% -
XYZ 35.06 38.41 63.96 -
YUV 163.03 152.25 105.15 -
System Red Green Blue C M Y K H S L
Decimal 131 171 206 0.36 0.17 0 0.19 208 0.43 0.66
Hex 83 AB CE 24 11 0 13 D0 2B 42
Octal 203 253 316 44 21 0 23 320 53 102
Binary 10000011 10101011 11001110 100100 10001 0 10011 11010000 101011 1000010

Color Harmonies of #83ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ABCE

Black with #83ABCE

Text Example


Text Example

White with #83ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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