#84DDE8

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

Shades of Spray #84DDE8

Tints of Spray #84DDE8

Color information

#84DDE8 (or 0x84DDE8) is unknown color: approx Spray. HEX triplet: 84, DD and E8. RGB value is (132,221,232). Sum of RGB (Red+Green+Blue) = 132+221+232=585 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.56% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 232 - color contains mainly: blue. Hex color #84DDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DDE8 is #7B2217. Grayscale: #C3C3C3. Windows color (decimal): -8069656 or 15261060. OLE color: 15261060.

HSL color Cylindrical-coordinate representation of color #84DDE8: hue angle of 186.6º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84DDE8 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB132221232-
CMYK0.430.0500.09
HSL186.6º68.49%71.37%-
HSV(B)186.6º43.1%90.98%-
XYZ49.9462.4485.76-
YUV195.64148.5182.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.56%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 232 (91.02% from 255) = 39.66%
R=22.56%
G=37.78%
B=39.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1322212320.430.0500.09186.668.4971.37
Hex84DDE82B509bb4447
Octal204335350535011273104107
Binary100001001101110111101000101011101010011011101110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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