#86C1DB

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

Shades of Spray #86C1DB

Tints of Spray #86C1DB

Color information

#86C1DB (or 0x86C1DB) is unknown color: approx Spray. HEX triplet: 86, C1 and DB. RGB value is (134,193,219). Sum of RGB (Red+Green+Blue) = 134+193+219=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #86C1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C1DB is #793E24. Grayscale: #B2B2B2. Windows color (decimal): -7945765 or 14401926. OLE color: 14401926.

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

Color convert

RGB134193219-
CMYK0.390.1200.14
HSL198.35º54.14%69.22%-
HSV(B)198.35º38.81%85.88%-
XYZ41.6948.3274.15-
YUV178.32150.9596.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.54%
GREEN value IS 193 (75.78% from 255) = 35.35%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=24.54%
G=35.35%
B=40.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341932190.390.1200.14198.3554.1469.22
Hex86C1DB27C0Ec63645
Octal206301333471401630666105
Binary100001101100000111011011100111110001110110001101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,193,219); }

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

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

 a { background-color: rgb(134,193,219); }

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

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

 span { border-color: rgb(134,193,219); }

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