Html Css Color HEX #83ADC9 Polo Blue

📋 copy color: '#83ADC9'

red 131 ◦ green 173 ◦ blue 201

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

Shades of Polo Blue #83ADC9

Tints of Polo Blue #83ADC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.8%

R = 25.94%
G = 34.26%
B = 39.8%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#83ADC9 (or 0x83ADC9) is known color: Polo Blue. HEX triplet: 83, AD and C9. RGB value is (131,173,201). Sum of RGB (Red+Green+Blue) = 131+173+201=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #83ADC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADC9 is #7C5236. Grayscale: #A3A3A3. Windows color (decimal): -8147511 or 13217155. OLE color: 13217155.

HSL color Cylindrical-coordinate representation of color #83ADC9: hue angle of 204º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83ADC9 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 173 201 -
CMYK 0.35 0.14 0 0.21
HSL 204º 0.39% 0.65% -
HSV(B) 204º 0.35% 0.79% -
XYZ 34.85 38.93 60.94 -
YUV 163.63 149.09 104.72 -
System Red Green Blue C M Y K H S L
Decimal 131 173 201 0.35 0.14 0 0.21 204 0.39 0.65
Hex 83 AD C9 23 E 0 15 CC 27 41
Octal 203 255 311 43 16 0 25 314 47 101
Binary 10000011 10101101 11001001 100011 1110 0 10101 11001100 100111 1000001

Color Harmonies of #83ADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ADC9

Black with #83ADC9

Text Example


Text Example

White with #83ADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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