Html Css Color HEX #83AACF Polo Blue

📋 copy color: '#83AACF'

red 131 ◦ green 170 ◦ blue 207

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

Shades of Polo Blue #83AACF

Tints of Polo Blue #83AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.46%

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 25.79%
G = 33.46%
B = 40.75%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#83AACF (or 0x83AACF) is known color: Polo Blue. HEX triplet: 83, AA and CF. RGB value is (131,170,207). Sum of RGB (Red+Green+Blue) = 131+170+207=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #83AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AACF is #7C5530. Grayscale: #A2A2A2. Windows color (decimal): -8148273 or 13609603. OLE color: 13609603.

HSL color Cylindrical-coordinate representation of color #83AACF: hue angle of 209.21º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83AACF is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 170 207 -
CMYK 0.37 0.18 0 0.19
HSL 209.21º 0.44% 0.66% -
HSV(B) 209.21º 0.37% 0.81% -
XYZ 35 38.08 64.54 -
YUV 162.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 131 170 207 0.37 0.18 0 0.19 209.21 0.44 0.66
Hex 83 AA CF 25 12 0 13 D1 2C 42
Octal 203 252 317 45 22 0 23 321 54 102
Binary 10000011 10101010 11001111 100101 10010 0 10011 11010001 101100 1000010

Color Harmonies of #83AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AACF

Black with #83AACF

Text Example


Text Example

White with #83AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,170,207); }

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

background-color css

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

 a { background-color: rgb(131,170,207); }

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

border-color css

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

 span { border-color: rgb(131,170,207); }

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