#86C7DF

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

Shades of Spray #86C7DF

Tints of Spray #86C7DF

Color information

#86C7DF (or 0x86C7DF) is unknown color: approx Spray. HEX triplet: 86, C7 and DF. RGB value is (134,199,223). Sum of RGB (Red+Green+Blue) = 134+199+223=556 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.10% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #86C7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C7DF is #793820. Grayscale: #B6B6B6. Windows color (decimal): -7944225 or 14665606. OLE color: 14665606.

HSL color Cylindrical-coordinate representation of color #86C7DF: hue angle of 196.18º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86C7DF is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134199223-
CMYK0.400.1100.13
HSL196.18º58.17%70%-
HSV(B)196.18º39.91%87.45%-
XYZ43.5751.2477.41-
YUV182.3150.9793.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.10%
GREEN value IS 199 (78.12% from 255) = 35.79%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=24.10%
G=35.79%
B=40.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341992230.400.1100.13196.1858.1770
Hex86C7DF28B0Dc43a46
Octal206307337501301530472106
Binary100001101100011111011111101000101101101110001001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,199,223); }

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

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

 a { background-color: rgb(134,199,223); }

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

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

 span { border-color: rgb(134,199,223); }

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