#86DDDC

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

Shades of Spray #86DDDC

Tints of Spray #86DDDC

Color information

#86DDDC (or 0x86DDDC) is unknown color: approx Spray. HEX triplet: 86, DD and DC. RGB value is (134,221,220). Sum of RGB (Red+Green+Blue) = 134+221+220=575 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.30% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDDC is #792223. Grayscale: #C2C2C2. Windows color (decimal): -7938596 or 14474630. OLE color: 14474630.

HSL color Cylindrical-coordinate representation of color #86DDDC: hue angle of 179.31º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DDDC is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB134221220-
CMYK0.3900.000.13
HSL179.31º56.13%69.61%-
HSV(B)179.31º39.37%86.67%-
XYZ48.6161.9577.11-
YUV194.87142.1884.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.30%
GREEN value IS 221 (86.72% from 255) = 38.43%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=23.30%
G=38.43%
B=38.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342212200.3900.000.13179.3156.1369.61
Hex86DDDC2700Db33846
Octal20633533447001526370106
Binary100001101101110111011100100111001101101100111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86DDDC; }

 p { color: rgb(134,221,220); }

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

<style>
 a { background-color: #86DDDC; }

 a { background-color: rgb(134,221,220); }

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

<style>
 span { border-color: #86DDDC; }

 span { border-color: rgb(134,221,220); }

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