#84DBDC

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

Shades of Spray #84DBDC

Tints of Spray #84DBDC

Color information

#84DBDC (or 0x84DBDC) is unknown color: approx Spray. HEX triplet: 84, DB and DC. RGB value is (132,219,220). Sum of RGB (Red+Green+Blue) = 132+219+220=571 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.12% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #84DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBDC is #7B2423. Grayscale: #C1C1C1. Windows color (decimal): -8070180 or 14474116. OLE color: 14474116.

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

Color convert

RGB132219220-
CMYK0.400.0000.14
HSL180.68º55.7%69.02%-
HSV(B)180.68º40%86.27%-
XYZ47.7760.7476.92-
YUV193.1143.1884.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.12%
GREEN value IS 219 (85.94% from 255) = 38.35%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=23.12%
G=38.35%
B=38.53%

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
Decimal1322192200.400.0000.14180.6855.769.02
Hex84DBDC2800Eb53845
Octal20433333450001626570105
Binary100001001101101111011100101000001110101101011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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