Html Css Color HEX #83ACCB Polo Blue

📋 copy color: '#83ACCB'

red 131 ◦ green 172 ◦ blue 203

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

Shades of Polo Blue #83ACCB

Tints of Polo Blue #83ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.99%

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

R = 25.89%
G = 33.99%
B = 40.12%

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

#83ACCB (or 0x83ACCB) is known color: Polo Blue. HEX triplet: 83, AC and CB. RGB value is (131,172,203). Sum of RGB (Red+Green+Blue) = 131+172+203=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #83ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACCB is #7C5334. Grayscale: #A3A3A3. Windows color (decimal): -8147765 or 13347971. OLE color: 13347971.

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

Color convert

RGB 131 172 203 -
CMYK 0.35 0.15 0 0.20
HSL 205.83º 0.41% 0.65% -
HSV(B) 205.83º 0.35% 0.8% -
XYZ 34.89 38.64 62.12 -
YUV 163.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 131 172 203 0.35 0.15 0 0.20 205.83 0.41 0.65
Hex 83 AC CB 23 F 0 14 CE 29 41
Octal 203 254 313 43 17 0 24 316 51 101
Binary 10000011 10101100 11001011 100011 1111 0 10100 11001110 101001 1000001

Color Harmonies of #83ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ACCB

Black with #83ACCB

Text Example


Text Example

White with #83ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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