Html Css Color HEX #83A8CB Polo Blue

📋 copy color: '#83A8CB'

red 131 ◦ green 168 ◦ blue 203

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

Shades of Polo Blue #83A8CB

Tints of Polo Blue #83A8CB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.47%

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

R = 26.1%
G = 33.47%
B = 40.44%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#83A8CB (or 0x83A8CB) is known color: Polo Blue. HEX triplet: 83, A8 and CB. RGB value is (131,168,203). Sum of RGB (Red+Green+Blue) = 131+168+203=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #83A8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A8CB is #7C5734. Grayscale: #A0A0A0. Windows color (decimal): -8148789 or 13346947. OLE color: 13346947.

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

Color convert

RGB 131 168 203 -
CMYK 0.35 0.17 0 0.20
HSL 209.17º 0.41% 0.65% -
HSV(B) 209.17º 0.35% 0.8% -
XYZ 34.14 37.14 61.87 -
YUV 160.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 131 168 203 0.35 0.17 0 0.20 209.17 0.41 0.65
Hex 83 A8 CB 23 11 0 14 D1 29 41
Octal 203 250 313 43 21 0 24 321 51 101
Binary 10000011 10101000 11001011 100011 10001 0 10100 11010001 101001 1000001

Color Harmonies of #83A8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A8CB

Black with #83A8CB

Text Example


Text Example

White with #83A8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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