#84B0CF

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

Shades of Polo Blue #84B0CF

Tints of Polo Blue #84B0CF

Color information

#84B0CF (or 0x84B0CF) is unknown color: approx Polo Blue. HEX triplet: 84, B0 and CF. RGB value is (132,176,207). Sum of RGB (Red+Green+Blue) = 132+176+207=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #84B0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B0CF is #7B4F30. Grayscale: #A6A6A6. Windows color (decimal): -8081201 or 13611140. OLE color: 13611140.

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

Color convert

RGB132176207-
CMYK0.360.1500.19
HSL204.8º43.86%66.47%-
HSV(B)204.8º36.23%81.18%-
XYZ36.340.4664.93-
YUV166.38150.92103.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.63%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=25.63%
G=34.17%
B=40.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1321762070.360.1500.19204.843.8666.47
Hex84B0CF24F013cd2c42
Octal204260317441702331554102
Binary1000010010110000110011111001001111010011110011011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,176,207); }

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

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

 a { background-color: rgb(132,176,207); }

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

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

 span { border-color: rgb(132,176,207); }

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