#84C6CD

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

Shades of Spray #84C6CD

Tints of Spray #84C6CD

Color information

#84C6CD (or 0x84C6CD) is unknown color: approx Spray. HEX triplet: 84, C6 and CD. RGB value is (132,198,205). Sum of RGB (Red+Green+Blue) = 132+198+205=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #84C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C6CD is #7B3932. Grayscale: #B2B2B2. Windows color (decimal): -8075571 or 13485700. OLE color: 13485700.

HSL color Cylindrical-coordinate representation of color #84C6CD: hue angle of 185.75º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84C6CD is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132198205-
CMYK0.360.0300.20
HSL185.75º42.2%66.08%-
HSV(B)185.75º35.61%80.39%-
XYZ40.7349.765.2-
YUV179.06142.6394.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.67%
GREEN value IS 198 (77.73% from 255) = 37.01%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=24.67%
G=37.01%
B=38.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321982050.360.0300.20185.7542.266.08
Hex84C6CD243014ba2a42
Octal20430631544302427252102
Binary10000100110001101100110110010011010100101110101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,198,205); }

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

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

 a { background-color: rgb(132,198,205); }

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

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

 span { border-color: rgb(132,198,205); }

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