#84DBDB

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

Shades of Spray #84DBDB

Tints of Spray #84DBDB

Color information

#84DBDB (or 0x84DBDB) is unknown color: approx Spray. HEX triplet: 84, DB and DB. RGB value is (132,219,219). Sum of RGB (Red+Green+Blue) = 132+219+219=570 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.16% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #84DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBDB is #7B2424. Grayscale: #C0C0C0. Windows color (decimal): -8070181 or 14408580. OLE color: 14408580.

HSL color Cylindrical-coordinate representation of color #84DBDB: hue angle of 180º 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 #84DBDB is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132219219-
CMYK0.40000.14
HSL180º54.72%68.82%-
HSV(B)180º39.73%85.88%-
XYZ47.6360.6876.22-
YUV192.99142.6884.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.16%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=23.16%
G=38.42%
B=38.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322192190.40000.1418054.7268.82
Hex84DBDB2800Eb43745
Octal20433333350001626467105
Binary100001001101101111011011101000001110101101001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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