#86D6DD

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

Shades of Spray #86D6DD

Tints of Spray #86D6DD

Color information

#86D6DD (or 0x86D6DD) is unknown color: approx Spray. HEX triplet: 86, D6 and DD. RGB value is (134,214,221). Sum of RGB (Red+Green+Blue) = 134+214+221=569 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.55% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #86D6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D6DD is #792922. Grayscale: #BEBEBE. Windows color (decimal): -7940387 or 14538374. OLE color: 14538374.

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

Color convert

RGB134214221-
CMYK0.390.0300.13
HSL184.83º56.13%69.61%-
HSV(B)184.83º39.37%86.67%-
XYZ46.9358.3877.2-
YUV190.8814587.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.55%
GREEN value IS 214 (83.98% from 255) = 37.61%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=23.55%
G=37.61%
B=38.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342142210.390.0300.13184.8356.1369.61
Hex86D6DD2730Db93846
Octal20632633547301527170106
Binary1000011011010110110111011001111101101101110011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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