#84DDE0

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

Shades of Spray #84DDE0

Tints of Spray #84DDE0

Color information

#84DDE0 (or 0x84DDE0) is unknown color: approx Spray. HEX triplet: 84, DD and E0. RGB value is (132,221,224). Sum of RGB (Red+Green+Blue) = 132+221+224=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #84DDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDE0 is #7B221F. Grayscale: #C2C2C2. Windows color (decimal): -8069664 or 14736772. OLE color: 14736772.

HSL color Cylindrical-coordinate representation of color #84DDE0: hue angle of 181.96º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DDE0 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB132221224-
CMYK0.410.0100.12
HSL181.96º59.74%69.8%-
HSV(B)181.96º41.07%87.84%-
XYZ48.836279.91-
YUV194.73144.5183.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.88%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 224 (87.89% from 255) = 38.82%
R=22.88%
G=38.30%
B=38.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1322212240.410.0100.12181.9659.7469.8
Hex84DDE02910Cb63c46
Octal20433534051101426674106
Binary100001001101110111100000101001101100101101101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,221,224); }

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

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

 a { background-color: rgb(132,221,224); }

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

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

 span { border-color: rgb(132,221,224); }

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