#84C8DE

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

Shades of Spray #84C8DE

Tints of Spray #84C8DE

Color information

#84C8DE (or 0x84C8DE) is unknown color: approx Spray. HEX triplet: 84, C8 and DE. RGB value is (132,200,222). Sum of RGB (Red+Green+Blue) = 132+200+222=554 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.83% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #84C8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C8DE is #7B3721. Grayscale: #B6B6B6. Windows color (decimal): -8075042 or 14600324. OLE color: 14600324.

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

Color convert

RGB132200222-
CMYK0.410.1000.13
HSL194.67º57.69%69.41%-
HSV(B)194.67º40.54%87.06%-
XYZ43.3551.4976.76-
YUV182.18150.4792.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.83%
GREEN value IS 200 (78.52% from 255) = 36.10%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=23.83%
G=36.10%
B=40.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322002220.410.1000.13194.6757.6969.41
Hex84C8DE29A0Dc33a45
Octal204310336511201530372105
Binary100001001100100011011110101001101001101110000111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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