#86CCCE

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

Shades of Spray #86CCCE

Tints of Spray #86CCCE

Color information

#86CCCE (or 0x86CCCE) is unknown color: approx Spray. HEX triplet: 86, CC and CE. RGB value is (134,204,206). Sum of RGB (Red+Green+Blue) = 134+204+206=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #86CCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CCCE is #793331. Grayscale: #B7B7B7. Windows color (decimal): -7942962 or 13552774. OLE color: 13552774.

HSL color Cylindrical-coordinate representation of color #86CCCE: hue angle of 181.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CCCE is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134204206-
CMYK0.350.0100.19
HSL181.67º42.35%66.67%-
HSV(B)181.67º34.95%80.78%-
XYZ42.5652.7166.32-
YUV183.3140.8192.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.63%
GREEN value IS 204 (80.08% from 255) = 37.5%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=24.63%
G=37.5%
B=37.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1342042060.350.0100.19181.6742.3566.67
Hex86CCCE231013b62a43
Octal20631431643102326652103
Binary1000011011001100110011101000111010011101101101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,204,206); }

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

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

 a { background-color: rgb(134,204,206); }

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

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

 span { border-color: rgb(134,204,206); }

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