#84CEDD

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

Shades of Spray #84CEDD

Tints of Spray #84CEDD

Color information

#84CEDD (or 0x84CEDD) is unknown color: approx Spray. HEX triplet: 84, CE and DD. RGB value is (132,206,221). Sum of RGB (Red+Green+Blue) = 132+206+221=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #84CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CEDD is #7B3122. Grayscale: #B9B9B9. Windows color (decimal): -8073507 or 14536324. OLE color: 14536324.

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

Color convert

RGB132206221-
CMYK0.400.0700.13
HSL190.11º56.69%69.22%-
HSV(B)190.11º40.27%86.67%-
XYZ44.6454.2776.53-
YUV185.58147.9889.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.61%
GREEN value IS 206 (80.86% from 255) = 36.85%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=23.61%
G=36.85%
B=39.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322062210.400.0700.13190.1156.6969.22
Hex84CEDD2870Dbe3945
Octal20431633550701527671105
Binary10000100110011101101110110100011101101101111101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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