#84CCDD

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

Shades of Spray #84CCDD

Tints of Spray #84CCDD

Color information

#84CCDD (or 0x84CCDD) is unknown color: approx Spray. HEX triplet: 84, CC and DD. RGB value is (132,204,221). Sum of RGB (Red+Green+Blue) = 132+204+221=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #84CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CCDD is #7B3322. Grayscale: #B8B8B8. Windows color (decimal): -8074019 or 14535812. OLE color: 14535812.

HSL color Cylindrical-coordinate representation of color #84CCDD: hue angle of 191.46º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84CCDD is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132204221-
CMYK0.400.0800.13
HSL191.46º56.69%69.22%-
HSV(B)191.46º40.27%86.67%-
XYZ44.1653.3176.37-
YUV184.41148.6590.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.70%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=23.70%
G=36.62%
B=39.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322042210.400.0800.13191.4656.6969.22
Hex84CCDD2880Dbf3945
Octal204314335501001527771105
Binary100001001100110011011101101000100001101101111111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,204,221); }

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

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

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

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

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

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

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