#84C7DE

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

Shades of Spray #84C7DE

Tints of Spray #84C7DE

Color information

#84C7DE (or 0x84C7DE) is unknown color: approx Spray. HEX triplet: 84, C7 and DE. RGB value is (132,199,222). Sum of RGB (Red+Green+Blue) = 132+199+222=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #84C7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C7DE is #7B3821. Grayscale: #B5B5B5. Windows color (decimal): -8075298 or 14600068. OLE color: 14600068.

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

Color convert

RGB132199222-
CMYK0.410.1000.13
HSL195.33º57.69%69.41%-
HSV(B)195.33º40.54%87.06%-
XYZ43.1251.0376.68-
YUV181.59150.892.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.87%
GREEN value IS 199 (78.12% from 255) = 35.99%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=23.87%
G=35.99%
B=40.14%

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
Decimal1321992220.410.1000.13195.3357.6969.41
Hex84C7DE29A0Dc33a45
Octal204307336511201530372105
Binary100001001100011111011110101001101001101110000111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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