#86C3DC

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

Shades of Spray #86C3DC

Tints of Spray #86C3DC

Color information

#86C3DC (or 0x86C3DC) is unknown color: approx Spray. HEX triplet: 86, C3 and DC. RGB value is (134,195,220). Sum of RGB (Red+Green+Blue) = 134+195+220=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #86C3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C3DC is #793C23. Grayscale: #B3B3B3. Windows color (decimal): -7945252 or 14467974. OLE color: 14467974.

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

Color convert

RGB134195220-
CMYK0.390.1100.14
HSL197.44º55.13%69.41%-
HSV(B)197.44º39.09%86.27%-
XYZ42.2649.2774.99-
YUV179.61150.7995.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.41%
GREEN value IS 195 (76.56% from 255) = 35.52%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=24.41%
G=35.52%
B=40.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341952200.390.1100.14197.4455.1369.41
Hex86C3DC27B0Ec53745
Octal206303334471301630567105
Binary100001101100001111011100100111101101110110001011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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