#86C9DC

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

Shades of Spray #86C9DC

Tints of Spray #86C9DC

Color information

#86C9DC (or 0x86C9DC) is unknown color: approx Spray. HEX triplet: 86, C9 and DC. RGB value is (134,201,220). Sum of RGB (Red+Green+Blue) = 134+201+220=555 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.14% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #86C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C9DC is #793623. Grayscale: #B6B6B6. Windows color (decimal): -7943716 or 14469510. OLE color: 14469510.

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

Color convert

RGB134201220-
CMYK0.390.0900.14
HSL193.26º55.13%69.41%-
HSV(B)193.26º39.09%86.27%-
XYZ43.6452.0175.45-
YUV183.13148.892.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.14%
GREEN value IS 201 (78.91% from 255) = 36.22%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=24.14%
G=36.22%
B=39.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342012200.390.0900.14193.2655.1369.41
Hex86C9DC2790Ec13745
Octal206311334471101630167105
Binary100001101100100111011100100111100101110110000011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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