#86DBDD

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

Shades of Spray #86DBDD

Tints of Spray #86DBDD

Color information

#86DBDD (or 0x86DBDD) is unknown color: approx Spray. HEX triplet: 86, DB and DD. RGB value is (134,219,221). Sum of RGB (Red+Green+Blue) = 134+219+221=574 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.34% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #86DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DBDD is #792422. Grayscale: #C1C1C1. Windows color (decimal): -7939107 or 14539654. OLE color: 14539654.

HSL color Cylindrical-coordinate representation of color #86DBDD: hue angle of 181.38º 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 #86DBDD is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134219221-
CMYK0.390.0100.13
HSL181.38º56.13%69.61%-
HSV(B)181.38º39.37%86.67%-
XYZ48.2160.9577.63-
YUV193.81143.3485.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.34%
GREEN value IS 219 (85.94% from 255) = 38.15%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=23.34%
G=38.15%
B=38.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342192210.390.0100.13181.3856.1369.61
Hex86DBDD2710Db53846
Octal20633333547101526570106
Binary100001101101101111011101100111101101101101011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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