#86D2DB

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

Shades of Spray #86D2DB

Tints of Spray #86D2DB

Color information

#86D2DB (or 0x86D2DB) is unknown color: approx Spray. HEX triplet: 86, D2 and DB. RGB value is (134,210,219). Sum of RGB (Red+Green+Blue) = 134+210+219=563 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.80% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #86D2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D2DB is #792D24. Grayscale: #BCBCBC. Windows color (decimal): -7941413 or 14406278. OLE color: 14406278.

HSL color Cylindrical-coordinate representation of color #86D2DB: hue angle of 186.35º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86D2DB is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134210219-
CMYK0.390.0400.14
HSL186.35º54.14%69.22%-
HSV(B)186.35º38.81%85.88%-
XYZ45.6656.2875.47-
YUV188.3145.3289.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.80%
GREEN value IS 210 (82.42% from 255) = 37.30%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=23.80%
G=37.30%
B=38.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342102190.390.0400.14186.3554.1469.22
Hex86D2DB2740Eba3645
Octal20632233347401627266105
Binary10000110110100101101101110011110001110101110101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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