#84AFCD

Color #84AFCD Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #84AFCD

Tints of Polo Blue #84AFCD

Color information

#84AFCD (or 0x84AFCD) is unknown color: approx Polo Blue. HEX triplet: 84, AF and CD. RGB value is (132,175,205). Sum of RGB (Red+Green+Blue) = 132+175+205=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #84AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFCD is #7B5032. Grayscale: #A5A5A5. Windows color (decimal): -8081459 or 13479812. OLE color: 13479812.

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

Color convert

RGB132175205-
CMYK0.360.1500.20
HSL204.66º42.2%66.08%-
HSV(B)204.66º35.61%80.39%-
XYZ35.8739.9763.58-
YUV165.56150.25104.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.78%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=25.78%
G=34.18%
B=40.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321752050.360.1500.20204.6642.266.08
Hex84AFCD24F014cd2a42
Octal204257315441702431552102
Binary1000010010101111110011011001001111010100110011011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84AFCD;
 }
 .AnyTagClassName
 {
   color: #84AFCD;
 }
</style>
background-color css

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

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

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

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

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

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