Html Css Color HEX #83A2CB Polo Blue

📋 copy color: '#83A2CB'

red 131 ◦ green 162 ◦ blue 203

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

Shades of Polo Blue #83A2CB

Tints of Polo Blue #83A2CB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.66%

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

R = 26.41%
G = 32.66%
B = 40.93%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#83A2CB (or 0x83A2CB) is known color: Polo Blue. HEX triplet: 83, A2 and CB. RGB value is (131,162,203). Sum of RGB (Red+Green+Blue) = 131+162+203=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #83A2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A2CB is #7C5D34. Grayscale: #9D9D9D. Windows color (decimal): -8150325 or 13345411. OLE color: 13345411.

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

Color convert

RGB 131 162 203 -
CMYK 0.35 0.20 0 0.20
HSL 214.17º 0.41% 0.65% -
HSV(B) 214.17º 0.35% 0.8% -
XYZ 33.06 34.98 61.51 -
YUV 157.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 131 162 203 0.35 0.20 0 0.20 214.17 0.41 0.65
Hex 83 A2 CB 23 14 0 14 D6 29 41
Octal 203 242 313 43 24 0 24 326 51 101
Binary 10000011 10100010 11001011 100011 10100 0 10100 11010110 101001 1000001

Color Harmonies of #83A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A2CB

Black with #83A2CB

Text Example


Text Example

White with #83A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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