Html Css Color HEX #83ADCB Polo Blue

📋 copy color: '#83ADCB'

red 131 ◦ green 173 ◦ blue 203

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

Shades of Polo Blue #83ADCB

Tints of Polo Blue #83ADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.12%

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

R = 25.84%
G = 34.12%
B = 40.04%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#83ADCB (or 0x83ADCB) is known color: Polo Blue. HEX triplet: 83, AD and CB. RGB value is (131,173,203). Sum of RGB (Red+Green+Blue) = 131+173+203=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #83ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADCB is #7C5234. Grayscale: #A3A3A3. Windows color (decimal): -8147509 or 13348227. OLE color: 13348227.

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

Color convert

RGB 131 173 203 -
CMYK 0.35 0.15 0 0.20
HSL 205º 0.41% 0.65% -
HSV(B) 205º 0.35% 0.8% -
XYZ 35.08 39.02 62.18 -
YUV 163.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 131 173 203 0.35 0.15 0 0.20 205 0.41 0.65
Hex 83 AD CB 23 F 0 14 CD 29 41
Octal 203 255 313 43 17 0 24 315 51 101
Binary 10000011 10101101 11001011 100011 1111 0 10100 11001101 101001 1000001

Color Harmonies of #83ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ADCB

Black with #83ADCB

Text Example


Text Example

White with #83ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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