#84DFE8

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

Shades of Spray #84DFE8

Tints of Spray #84DFE8

Color information

#84DFE8 (or 0x84DFE8) is unknown color: approx Spray. HEX triplet: 84, DF and E8. RGB value is (132,223,232). Sum of RGB (Red+Green+Blue) = 132+223+232=587 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.49% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 232 - color contains mainly: blue. Hex color #84DFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DFE8 is #7B2017. Grayscale: #C4C4C4. Windows color (decimal): -8069144 or 15261572. OLE color: 15261572.

HSL color Cylindrical-coordinate representation of color #84DFE8: hue angle of 185.4º 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 #84DFE8 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB132223232-
CMYK0.430.0400.09
HSL185.4º68.49%71.37%-
HSV(B)185.4º43.1%90.98%-
XYZ50.4763.5185.94-
YUV196.82147.8581.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.49%
GREEN value IS 223 (87.5% from 255) = 37.99%
BLUE value IS 232 (91.02% from 255) = 39.52%
R=22.49%
G=37.99%
B=39.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1322232320.430.0400.09185.468.4971.37
Hex84DFE82B409b94447
Octal204337350534011271104107
Binary100001001101111111101000101011100010011011100110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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