#84CCDE

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

Shades of Spray #84CCDE

Tints of Spray #84CCDE

Color information

#84CCDE (or 0x84CCDE) is unknown color: approx Spray. HEX triplet: 84, CC and DE. RGB value is (132,204,222). Sum of RGB (Red+Green+Blue) = 132+204+222=558 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.66% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #84CCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CCDE is #7B3321. Grayscale: #B8B8B8. Windows color (decimal): -8074018 or 14601348. OLE color: 14601348.

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

Color convert

RGB132204222-
CMYK0.410.0800.13
HSL192º57.69%69.41%-
HSV(B)192º40.54%87.06%-
XYZ44.2953.3777.07-
YUV184.52149.1590.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.66%
GREEN value IS 204 (80.08% from 255) = 36.56%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=23.66%
G=36.56%
B=39.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322042220.410.0800.1319257.6969.41
Hex84CCDE2980Dc03a45
Octal204314336511001530072105
Binary100001001100110011011110101001100001101110000001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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