#84C3DC

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

Shades of Spray #84C3DC

Tints of Spray #84C3DC

Color information

#84C3DC (or 0x84C3DC) is unknown color: approx Spray. HEX triplet: 84, C3 and DC. RGB value is (132,195,220). Sum of RGB (Red+Green+Blue) = 132+195+220=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #84C3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C3DC is #7B3C23. Grayscale: #B2B2B2. Windows color (decimal): -8076324 or 14467972. OLE color: 14467972.

HSL color Cylindrical-coordinate representation of color #84C3DC: hue angle of 197.05º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84C3DC is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132195220-
CMYK0.400.1100.14
HSL197.05º55.7%69.02%-
HSV(B)197.05º40%86.27%-
XYZ41.9549.174.98-
YUV179.01151.1394.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.13%
GREEN value IS 195 (76.56% from 255) = 35.65%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=24.13%
G=35.65%
B=40.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321952200.400.1100.14197.0555.769.02
Hex84C3DC28B0Ec53845
Octal204303334501301630570105
Binary100001001100001111011100101000101101110110001011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,195,220); }

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

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

 a { background-color: rgb(132,195,220); }

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

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

 span { border-color: rgb(132,195,220); }

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