#84DEE7

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

Shades of Spray #84DEE7

Tints of Spray #84DEE7

Color information

#84DEE7 (or 0x84DEE7) is unknown color: approx Spray. HEX triplet: 84, DE and E7. RGB value is (132,222,231). Sum of RGB (Red+Green+Blue) = 132+222+231=585 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.56% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #84DEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DEE7 is #7B2118. Grayscale: #C3C3C3. Windows color (decimal): -8069401 or 15195780. OLE color: 15195780.

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

Color convert

RGB132222231-
CMYK0.430.0400.09
HSL185.45º67.35%71.18%-
HSV(B)185.45º42.86%90.59%-
XYZ50.0662.9285.11-
YUV196.12147.6882.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.56%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 231 (90.62% from 255) = 39.49%
R=22.56%
G=37.95%
B=39.49%

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
Decimal1322222310.430.0400.09185.4567.3571.18
Hex84DEE72B409b94347
Octal204336347534011271103107
Binary100001001101111011100111101011100010011011100110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,222,231); }

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

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

 a { background-color: rgb(132,222,231); }

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

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

 span { border-color: rgb(132,222,231); }

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