#86CACC

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

Shades of Spray #86CACC

Tints of Spray #86CACC

Color information

#86CACC (or 0x86CACC) is unknown color: approx Spray. HEX triplet: 86, CA and CC. RGB value is (134,202,204). Sum of RGB (Red+Green+Blue) = 134+202+204=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #86CACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CACC is #793533. Grayscale: #B5B5B5. Windows color (decimal): -7943476 or 13421190. OLE color: 13421190.

HSL color Cylindrical-coordinate representation of color #86CACC: hue angle of 181.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CACC is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134202204-
CMYK0.340.0100.2
HSL181.71º40.7%66.27%-
HSV(B)181.71º34.31%80%-
XYZ41.8551.6764.89-
YUV181.9140.4793.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.81%
GREEN value IS 202 (79.30% from 255) = 37.41%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=24.81%
G=37.41%
B=37.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1342022040.340.0100.2181.7140.766.27
Hex86CACC221014b62942
Octal20631231442102426651102
Binary1000011011001010110011001000101010100101101101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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