Html Css Color HEX #83ABCB Polo Blue

📋 copy color: '#83ABCB'

red 131 ◦ green 171 ◦ blue 203

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

Shades of Polo Blue #83ABCB

Tints of Polo Blue #83ABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 25.94%
G = 33.86%
B = 40.2%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#83ABCB (or 0x83ABCB) is known color: Polo Blue. HEX triplet: 83, AB and CB. RGB value is (131,171,203). Sum of RGB (Red+Green+Blue) = 131+171+203=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #83ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABCB is #7C5434. Grayscale: #A2A2A2. Windows color (decimal): -8148021 or 13347715. OLE color: 13347715.

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

Color convert

RGB 131 171 203 -
CMYK 0.35 0.16 0 0.20
HSL 206.67º 0.41% 0.65% -
HSV(B) 206.67º 0.35% 0.8% -
XYZ 34.7 38.26 62.06 -
YUV 162.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 131 171 203 0.35 0.16 0 0.20 206.67 0.41 0.65
Hex 83 AB CB 23 10 0 14 CF 29 41
Octal 203 253 313 43 20 0 24 317 51 101
Binary 10000011 10101011 11001011 100011 10000 0 10100 11001111 101001 1000001

Color Harmonies of #83ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ABCB

Black with #83ABCB

Text Example


Text Example

White with #83ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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