#84CCDF

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

Shades of Spray #84CCDF

Tints of Spray #84CCDF

Color information

#84CCDF (or 0x84CCDF) is unknown color: approx Spray. HEX triplet: 84, CC and DF. RGB value is (132,204,223). Sum of RGB (Red+Green+Blue) = 132+204+223=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #84CCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CCDF is #7B3320. Grayscale: #B8B8B8. Windows color (decimal): -8074017 or 14666884. OLE color: 14666884.

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

Color convert

RGB132204223-
CMYK0.410.0900.13
HSL192.53º58.71%69.61%-
HSV(B)192.53º40.81%87.45%-
XYZ44.4353.4277.78-
YUV184.64149.6590.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.61%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=23.61%
G=36.49%
B=39.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322042230.410.0900.13192.5358.7169.61
Hex84CCDF2990Dc13b46
Octal204314337511101530173106
Binary100001001100110011011111101001100101101110000011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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