#84DADB

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

Shades of Spray #84DADB

Tints of Spray #84DADB

Color information

#84DADB (or 0x84DADB) is unknown color: approx Spray. HEX triplet: 84, DA and DB. RGB value is (132,218,219). Sum of RGB (Red+Green+Blue) = 132+218+219=569 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.20% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #84DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DADB is #7B2524. Grayscale: #C0C0C0. Windows color (decimal): -8070437 or 14408324. OLE color: 14408324.

HSL color Cylindrical-coordinate representation of color #84DADB: hue angle of 180.69º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DADB is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132218219-
CMYK0.400.0000.14
HSL180.69º54.72%68.82%-
HSV(B)180.69º39.73%85.88%-
XYZ47.3760.1676.13-
YUV192.4143.0184.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.20%
GREEN value IS 218 (85.55% from 255) = 38.31%
BLUE value IS 219 (85.94% from 255) = 38.49%
R=23.20%
G=38.31%
B=38.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322182190.400.0000.14180.6954.7268.82
Hex84DADB2800Eb53745
Octal20433233350001626567105
Binary100001001101101011011011101000001110101101011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,218,219); }

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

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

 a { background-color: rgb(132,218,219); }

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

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

 span { border-color: rgb(132,218,219); }

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