#86DDE7

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

Shades of Spray #86DDE7

Tints of Spray #86DDE7

Color information

#86DDE7 (or 0x86DDE7) is unknown color: approx Spray. HEX triplet: 86, DD and E7. RGB value is (134,221,231). Sum of RGB (Red+Green+Blue) = 134+221+231=586 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.87% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 231 - color contains mainly: blue. Hex color #86DDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DDE7 is #792218. Grayscale: #C3C3C3. Windows color (decimal): -7938585 or 15195526. OLE color: 15195526.

HSL color Cylindrical-coordinate representation of color #86DDE7: hue angle of 186.19º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86DDE7 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134221231-
CMYK0.420.0400.09
HSL186.19º66.9%71.57%-
HSV(B)186.19º41.99%90.59%-
XYZ50.1162.5585.03-
YUV196.13147.6883.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.87%
GREEN value IS 221 (86.72% from 255) = 37.71%
BLUE value IS 231 (90.62% from 255) = 39.42%
R=22.87%
G=37.71%
B=39.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342212310.420.0400.09186.1966.971.57
Hex86DDE72A409ba4348
Octal206335347524011272103110
Binary100001101101110111100111101010100010011011101010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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