#86D6DC

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

Shades of Spray #86D6DC

Tints of Spray #86D6DC

Color information

#86D6DC (or 0x86D6DC) is unknown color: approx Spray. HEX triplet: 86, D6 and DC. RGB value is (134,214,220). Sum of RGB (Red+Green+Blue) = 134+214+220=568 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.59% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #86D6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D6DC is #792923. Grayscale: #BEBEBE. Windows color (decimal): -7940388 or 14472838. OLE color: 14472838.

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

Color convert

RGB134214220-
CMYK0.390.0300.14
HSL184.19º55.13%69.41%-
HSV(B)184.19º39.09%86.27%-
XYZ46.858.3376.5-
YUV190.76144.587.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.59%
GREEN value IS 214 (83.98% from 255) = 37.68%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=23.59%
G=37.68%
B=38.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342142200.390.0300.14184.1955.1369.41
Hex86D6DC2730Eb83745
Octal20632633447301627067105
Binary1000011011010110110111001001111101110101110001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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