Html Css Color HEX #83A6CD Polo Blue

📋 copy color: '#83A6CD'

red 131 ◦ green 166 ◦ blue 205

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

Shades of Polo Blue #83A6CD

Tints of Polo Blue #83A6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.07%

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 26.1%
G = 33.07%
B = 40.84%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#83A6CD (or 0x83A6CD) is known color: Polo Blue. HEX triplet: 83, A6 and CD. RGB value is (131,166,205). Sum of RGB (Red+Green+Blue) = 131+166+205=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #83A6CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A6CD is #7C5932. Grayscale: #9F9F9F. Windows color (decimal): -8149299 or 13477507. OLE color: 13477507.

HSL color Cylindrical-coordinate representation of color #83A6CD: hue angle of 211.62º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83A6CD is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 166 205 -
CMYK 0.36 0.19 0 0.20
HSL 211.62º 0.43% 0.66% -
HSV(B) 211.62º 0.36% 0.8% -
XYZ 34.02 36.51 63.01 -
YUV 159.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 131 166 205 0.36 0.19 0 0.20 211.62 0.43 0.66
Hex 83 A6 CD 24 13 0 14 D4 2B 42
Octal 203 246 315 44 23 0 24 324 53 102
Binary 10000011 10100110 11001101 100100 10011 0 10100 11010100 101011 1000010

Color Harmonies of #83A6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A6CD

Black with #83A6CD

Text Example


Text Example

White with #83A6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,166,205); }

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

background-color css

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

 a { background-color: rgb(131,166,205); }

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

border-color css

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

 span { border-color: rgb(131,166,205); }

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