#84c3d7

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

Shades of Spray #84C3D7

Tints of Spray #84C3D7

Color information

#84C3D7 (or 0x84C3D7) is unknown color: approx Spray. HEX triplet: 84, C3 and D7. RGB value is (132,195,215). Sum of RGB (Red+Green+Blue) = 132+195+215=542 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.35% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 215 - color contains mainly: blue. Hex color #84C3D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C3D7 is #7B3C28. Grayscale: #B2B2B2. Windows color (decimal): -8076329 or 14140292. OLE color: 14140292.

HSL color Cylindrical-coordinate representation of color #84C3D7: hue angle of 194.46º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84C3D7 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132195215-
CMYK0.390.0900.16
HSL194.46º50.92%68.04%-
HSV(B)194.46º38.6%84.31%-
XYZ41.348.8471.54-
YUV178.44148.6394.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.35%
GREEN value IS 195 (76.56% from 255) = 35.98%
BLUE value IS 215 (84.38% from 255) = 39.67%
R=24.35%
G=35.98%
B=39.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321952150.390.0900.16194.4650.9268.04
Hex84C3D7279010c23344
Octal204303327471102030263104
Binary1000010011000011110101111001111001010000110000101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84c3d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,195,215); }

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

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

 a { background-color: rgb(132,195,215); }

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

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

 span { border-color: rgb(132,195,215); }

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