Html Css Color HEX #83AECF Polo Blue

📋 copy color: '#83AECF'

red 131 ◦ green 174 ◦ blue 207

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

Shades of Polo Blue #83AECF

Tints of Polo Blue #83AECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.98%

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

R = 25.59%
G = 33.98%
B = 40.43%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#83AECF (or 0x83AECF) is known color: Polo Blue. HEX triplet: 83, AE and CF. RGB value is (131,174,207). Sum of RGB (Red+Green+Blue) = 131+174+207=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #83AECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AECF is #7C5130. Grayscale: #A4A4A4. Windows color (decimal): -8147249 or 13610627. OLE color: 13610627.

HSL color Cylindrical-coordinate representation of color #83AECF: hue angle of 206.05º 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 #83AECF is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 174 207 -
CMYK 0.37 0.16 0 0.19
HSL 206.05º 0.44% 0.66% -
HSV(B) 206.05º 0.37% 0.81% -
XYZ 35.76 39.6 64.79 -
YUV 164.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 131 174 207 0.37 0.16 0 0.19 206.05 0.44 0.66
Hex 83 AE CF 25 10 0 13 CE 2C 42
Octal 203 256 317 45 20 0 23 316 54 102
Binary 10000011 10101110 11001111 100101 10000 0 10011 11001110 101100 1000010

Color Harmonies of #83AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AECF

Black with #83AECF

Text Example


Text Example

White with #83AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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