#84D4DF

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

Shades of Spray #84D4DF

Tints of Spray #84D4DF

Color information

#84D4DF (or 0x84D4DF) is unknown color: approx Spray. HEX triplet: 84, D4 and DF. RGB value is (132,212,223). Sum of RGB (Red+Green+Blue) = 132+212+223=567 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.28% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #84D4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D4DF is #7B2B20. Grayscale: #BDBDBD. Windows color (decimal): -8071969 or 14668932. OLE color: 14668932.

HSL color Cylindrical-coordinate representation of color #84D4DF: hue angle of 187.25º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84D4DF is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132212223-
CMYK0.410.0500.13
HSL187.25º58.71%69.61%-
HSV(B)187.25º40.81%87.45%-
XYZ46.3857.3278.43-
YUV189.3314787.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.28%
GREEN value IS 212 (83.20% from 255) = 37.39%
BLUE value IS 223 (87.5% from 255) = 39.33%
R=23.28%
G=37.39%
B=39.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322122230.410.0500.13187.2558.7169.61
Hex84D4DF2950Dbb3b46
Octal20432433751501527373106
Binary10000100110101001101111110100110101101101110111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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