Html Css Color HEX #83AFCD Polo Blue

📋 copy color: '#83AFCD'

red 131 ◦ green 175 ◦ blue 205

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

Shades of Polo Blue #83AFCD

Tints of Polo Blue #83AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.25%

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

R = 25.64%
G = 34.25%
B = 40.12%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#83AFCD (or 0x83AFCD) is known color: Polo Blue. HEX triplet: 83, AF and CD. RGB value is (131,175,205). Sum of RGB (Red+Green+Blue) = 131+175+205=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #83AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFCD is #7C5032. Grayscale: #A5A5A5. Windows color (decimal): -8146995 or 13479811. OLE color: 13479811.

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

Color convert

RGB 131 175 205 -
CMYK 0.36 0.15 0 0.20
HSL 204.32º 0.43% 0.66% -
HSV(B) 204.32º 0.36% 0.8% -
XYZ 35.71 39.89 63.58 -
YUV 165.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 131 175 205 0.36 0.15 0 0.20 204.32 0.43 0.66
Hex 83 AF CD 24 F 0 14 CC 2B 42
Octal 203 257 315 44 17 0 24 314 53 102
Binary 10000011 10101111 11001101 100100 1111 0 10100 11001100 101011 1000010

Color Harmonies of #83AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AFCD

Black with #83AFCD

Text Example


Text Example

White with #83AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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